Searched refs:ifl (Results 1 – 2 of 2) sorted by relevance
91 struct iflink *ifl; in load_if() local110 while ((ifl = ifl_list) != NULL) { in load_if()111 while ((ifa = ifl->ifa_list) != NULL) { in load_if()112 ifl->ifa_list = ifa->next; in load_if()115 ifl_list = ifl->next; in load_if()116 free(ifl); in load_if()136 for (ifl = ifl_list; ifl; ifl = ifl->next) in load_if()137 if (ifl->index == ifrp->ifr_ifindex) in load_if()139 if (ifl == NULL) { in load_if()148 ifl = (struct iflink*)malloc(sizeof(*ifl)); in load_if()[all …]
352 struct ni_ifaddrs *ifl = NULL, *ifa = NULL; in ni_ifaddrs() local375 ifl = NULL; in ni_ifaddrs()428 if (ifl != NULL) in ni_ifaddrs()429 ifl->ifa_next = ifa; in ni_ifaddrs()518 ifl = ifa++; in ni_ifaddrs()