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

/freebsd-13-stable/include/
H A Difaddrs.h52 struct ifmaddrs *ifma_next; member in struct:ifmaddrs
/freebsd-13-stable/lib/libc/net/
H A Dgetifmaddrs.c175 ift->ifma_next = ift + 1;
176 ift = ift->ifma_next;
185 ift->ifma_next = NULL;
/freebsd-13-stable/tools/regression/ethernet/ethermulti/
H A Dethermulti.c163 for (ifma = ifmap; ifma; ifma = ifma->ifma_next) {
/freebsd-13-stable/usr.bin/netstat/
H A Dif.c256 for(; ifma != NULL; ifma = ifma->ifma_next) {
491 ifma = ifma->ifma_next;
/freebsd-13-stable/usr.sbin/ifmcstat/
H A Difmcstat.c1016 for (ifma = ifmap; ifma; ifma = ifma->ifma_next) {

Completed in 187 milliseconds