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

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

Completed in 62 milliseconds