Searched refs:getifmaddrs (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/include/
H A Difaddrs.h63 extern int getifmaddrs(struct ifmaddrs **);
/freebsd-13-stable/lib/libc/net/
H A DMakefile.inc11 getifaddrs.c getifmaddrs.c getnameinfo.c \
42 getifaddrs.3 getifmaddrs.3 getipnodebyname.3 \
66 MLINKS+=getifmaddrs.3 freeifmaddrs.3
H A Dgetifmaddrs.c54 getifmaddrs(struct ifmaddrs **pif) function
/freebsd-13-stable/tools/regression/ethernet/ethermulti/
H A Dethermulti.c158 /* Check that we joined the group by calling getifmaddrs(). */
160 if (getifmaddrs(&ifmap) != 0) {
161 warn("getifmaddrs()");
181 warnx("group membership for %s not returned by getifmaddrs()",
/freebsd-13-stable/usr.bin/netstat/
H A Dif.c284 if (aflag && getifmaddrs(&ifmap) != 0)
285 err(EX_OSERR, "getifmaddrs");
/freebsd-13-stable/usr.sbin/ifmcstat/
H A Difmcstat.c1006 warn("getifmaddrs");
1010 if (getifmaddrs(&ifmap) != 0) {
1011 warn("getifmaddrs");

Completed in 71 milliseconds