Lines Matching defs:ai_next
613 tempaddrinfo = tempaddrinfo->ai_next)
637 tempaddrinfo = tempaddrinfo->ai_next, i++)
1740 struct addrinfo *addrinfo, *ai_next;
1791 /* ai_next is required to preserve the content of addrinfo, in order to deallocate it properly */
1792 ai_next = addrinfo;
1793 while (ai_next)
1795 if (sock_cmpaddr(from, (struct sockaddr_storage *) ai_next->ai_addr) == 0)
1806 ai_next = ai_next->ai_next;
2106 if (addrinfo->ai_next != NULL)