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

/freebsd-current/include/
H A Difaddrs.h51 struct ifmaddrs *ifma_next; member in struct:ifmaddrs
/freebsd-current/lib/libc/net/
H A Dgetifmaddrs.c172 ift->ifma_next = ift + 1;
173 ift = ift->ifma_next;
182 ift->ifma_next = NULL;
/freebsd-current/tools/regression/ethernet/ethermulti/
H A Dethermulti.c160 for (ifma = ifmap; ifma; ifma = ifma->ifma_next) {
/freebsd-current/usr.bin/netstat/
H A Dif.c277 for(; ifma != NULL; ifma = ifma->ifma_next) {
575 ifma = ifma->ifma_next;
/freebsd-current/usr.sbin/ifmcstat/
H A Difmcstat.c1013 for (ifma = ifmap; ifma; ifma = ifma->ifma_next) {

Completed in 123 milliseconds