Home | History | Annotate | Download | only in libpcap

Lines Matching defs:ai_next

381 				tempaddrinfo = tempaddrinfo->ai_next;
875 struct addrinfo *addrinfo, *ai_next;
918 /* ai_next is required to preserve the content of addrinfo, in order to deallocate it properly */
919 ai_next = addrinfo;
920 while (ai_next)
922 if (sock_cmpaddr(from, (struct sockaddr_storage *) ai_next->ai_addr) == 0)
932 ai_next = ai_next->ai_next;
1219 if (addrinfo->ai_next != NULL)