Searched refs:ifa_next (Results 1 – 10 of 10) sorted by relevance
99 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()
255 ift = (ift->ifa_next = ift + 1); in getifaddrs()326 ift = (ift->ifa_next = ift + 1); in getifaddrs()334 ift->ifa_next = NULL; in getifaddrs()
35 for (ifa = ifaddrs; ifa != NULL; ifa = ifa->ifa_next) { in if_indextoname()
99 for (ifa = ifaddrs; ifa != NULL; ifa = ifa->ifa_next) { in if_nametoindex()
288 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()
108 for (ifa = ifap; ifa; ifa = ifa->ifa_next) { in prepare_ifmap()
307 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 …]
161 for (ifa = ifap; ifa; ifa = ifa->ifa_next) { in setip6eui64()
32 struct ifaddrs *ifa_next; member
1295 for (ifa = ifap; ifa != NULL; ifa = ifa->ifa_next) { in getaddr()