Home | History | Annotate | Download | only in libpcap

Lines Matching defs:ai_next

464 				tempaddrinfo = tempaddrinfo->ai_next;
1137 struct addrinfo *addrinfo, *ai_next;
1180 /* ai_next is required to preserve the content of addrinfo, in order to deallocate it properly */
1181 ai_next = addrinfo;
1182 while (ai_next)
1184 if (sock_cmpaddr(from, (struct sockaddr_storage *) ai_next->ai_addr) == 0)
1195 ai_next = ai_next->ai_next;
1478 if (addrinfo->ai_next != NULL)