Lines Matching defs:ai_next
1024 struct addrinfo hints, *addrinfo, *ai_next; /* temp var needed to translate between hostname to its address */
1044 ai_next = addrinfo;
1045 while (ai_next)
1047 if (sock_cmpaddr(&temp->host, (struct sockaddr_storage *) ai_next->ai_addr) == 0)
1054 ai_next = ai_next->ai_next;
3125 struct addrinfo hints, *addrinfo, *ai_next; /* temp var needed to translate between hostname to its address */
3145 ai_next = addrinfo;
3146 while (ai_next)
3148 if (sock_cmpaddr(&temp->host, (struct sockaddr_storage *) ai_next->ai_addr) == 0)
3220 ai_next = ai_next->ai_next;