ifa_next           52 lib/replace/getifaddrs.c 		freeifaddrs(ifp->ifa_next);
ifa_next          120 lib/replace/getifaddrs.c 		curif->ifa_next = NULL;
ifa_next          135 lib/replace/getifaddrs.c 			lastif->ifa_next = curif;
ifa_next          203 lib/replace/getifaddrs.c 			lastif->ifa_next = curif;
ifa_next          228 lib/replace/getifaddrs.c 		curif->ifa_next = NULL;
ifa_next          298 lib/replace/getifaddrs.c 			lastif->ifa_next = curif;
ifa_next          306 lib/replace/getifaddrs.c 		curif->ifa_next = NULL;
ifa_next          135 lib/replace/system/network.h 	struct ifaddrs   *ifa_next;         /* Pointer to next struct */
ifa_next           94 lib/replace/test/getifaddrs.c 		ifs = ifs->ifa_next;
ifa_next          140 source3/lib/interfaces.c 	for (ifptr = iflist; ifptr != NULL; ifptr = ifptr->ifa_next) {
ifa_next          157 source3/lib/interfaces.c 	for (ifptr = iflist; ifptr != NULL; ifptr = ifptr->ifa_next) {
ifa_next          120 source4/heimdal/lib/krb5/get_addrs.c     for (ifa = ifa0, num = 0; ifa != NULL; ifa = ifa->ifa_next, num++)
ifa_next          146 source4/heimdal/lib/krb5/get_addrs.c     for (ifa = ifa0, idx = 0; ifa != NULL; ifa = ifa->ifa_next) {
ifa_next          189 source4/heimdal/lib/krb5/get_addrs.c 	for (ifa = ifa0; ifa != NULL; ifa = ifa->ifa_next) {
ifa_next           60 source4/lib/socket/netif.c 			ifptr = ifptr->ifa_next) {