Lines Matching refs:ai_next
648 cur->ai_next = ai;
649 while (cur->ai_next)
650 cur = cur->ai_next;
660 return(sentinel.ai_next);
919 cur->ai_next = addr2addrinfo(
922 if (cur->ai_next == NULL)
947 while (cur->ai_next)
948 cur = cur->ai_next;
949 } else if (cur->ai_next) { /*%< need hostent */
950 struct addrinfo *aip = cur->ai_next;
952 for (aip = cur->ai_next; aip;
953 aip = aip->ai_next) {
969 freeaddrinfo(cur->ai_next);
970 cur->ai_next = NULL;
1004 sentinel.ai_next->ai_canonname =
1008 sentinel.ai_next->ai_canonname =
1012 *ret_aip = sentinel.ai_next;
1017 if (sentinel.ai_next) {
1019 freeaddrinfo(sentinel.ai_next);