Searched refs:ifma_next (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/include/
H A Difaddrs.h50 struct ifmaddrs *ifma_next; member in struct:ifmaddrs
/freebsd-11-stable/lib/libc/net/
H A Dgetifmaddrs.c173 ift->ifma_next = ift + 1;
174 ift = ift->ifma_next;
183 ift->ifma_next = NULL;
/freebsd-11-stable/tools/regression/ethernet/ethermulti/
H A Dethermulti.c163 for (ifma = ifmap; ifma; ifma = ifma->ifma_next) {
/freebsd-11-stable/usr.bin/netstat/
H A Dif.c254 for(; ifma != NULL; ifma = ifma->ifma_next) {
489 ifma = ifma->ifma_next;
/freebsd-11-stable/usr.sbin/ifmcstat/
H A Difmcstat.c1014 for (ifma = ifmap; ifma; ifma = ifma->ifma_next) {

Completed in 86 milliseconds