Home
last modified time | relevance | path

Searched refs:ifa_next (Results 1 – 10 of 10) sorted by relevance

/f-stack/tools/compat/
H A Dif_nameindex.c99 for (ifa = ifaddrs; ifa != NULL; ifa = ifa->ifa_next) { in if_nameindex()
124 for (ifa = ifaddrs; ifa != NULL; ifa = ifa->ifa_next) { in if_nameindex()
H A Dgetifaddrs.c255 ift = (ift->ifa_next = ift + 1); in getifaddrs()
326 ift = (ift->ifa_next = ift + 1); in getifaddrs()
334 ift->ifa_next = NULL; in getifaddrs()
H A Dif_indextoname.c35 for (ifa = ifaddrs; ifa != NULL; ifa = ifa->ifa_next) { in if_indextoname()
H A Dif_nametoindex.c99 for (ifa = ifaddrs; ifa != NULL; ifa = ifa->ifa_next) { in if_nametoindex()
/f-stack/tools/netstat/
H A Dif.c288 for (ifa = ifap; ifa; ifa = ifa->ifa_next) { in intpr()
326 for (ifa = ifap; ifa; ifa = ifa->ifa_next) { in intpr()
343 while(ifa->ifa_next != NULL && in intpr()
344 (strcmp(ifa->ifa_next->ifa_name, name) == 0)) { in intpr()
345 ifa = ifa->ifa_next; in intpr()
529 for (ifa = ifap; ifa; ifa = ifa->ifa_next) { in fill_iftot()
H A Dcommon.c108 for (ifa = ifap; ifa; ifa = ifa->ifa_next) { in prepare_ifmap()
/f-stack/tools/ifconfig/
H A Difconfig.c307 ifa = ifa->ifa_next; in calcorders()
419 if (!list || !list->ifa_next) in sortifaddrs()
422 while (temp && temp->ifa_next) { in sortifaddrs()
424 right = right->ifa_next; in sortifaddrs()
425 temp = temp->ifa_next->ifa_next; in sortifaddrs()
428 last->ifa_next = NULL; in sortifaddrs()
437 list = list->ifa_next; in sortifaddrs()
440 right = right->ifa_next; in sortifaddrs()
443 list = list->ifa_next; in sortifaddrs()
446 right = right->ifa_next; in sortifaddrs()
[all …]
H A Daf_inet6.c161 for (ifa = ifap; ifa; ifa = ifa->ifa_next) { in setip6eui64()
/f-stack/tools/compat/include/
H A Difaddrs.h32 struct ifaddrs *ifa_next; member
/f-stack/tools/route/
H A Droute.c1295 for (ifa = ifap; ifa != NULL; ifa = ifa->ifa_next) { in getaddr()