Home
last modified time | relevance | path

Searched refs:ifma_next (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/compat/
H A Dgetifmaddrs.c170 ift->ifma_next = ift + 1; in getifmaddrs()
171 ift = ift->ifma_next; in getifmaddrs()
180 ift->ifma_next = NULL; in getifmaddrs()
/f-stack/tools/compat/include/
H A Difaddrs.h50 struct ifmaddrs *ifma_next; member
/f-stack/tools/netstat/
H A Dif.c256 for(; ifma != NULL; ifma = ifma->ifma_next) { in next_ifma()
491 ifma = ifma->ifma_next; in intpr()