Searched refs:ai_next (Results 1 - 10 of 10) sorted by relevance

/bind-9.6-ESV-R11/contrib/queryperf/missing/
H A Dgetaddrinfo.c177 next = ai->ai_next;
214 sentinel.ai_next = NULL;
224 pai->ai_next = NULL;
232 hints->ai_addr || hints->ai_next)
354 GET_AI(cur->ai_next, afd, afd->a_addrany, port);
356 * GET_CANONNAME(cur->ai_next, "anyaddr");
359 GET_AI(cur->ai_next, afd, afd->a_loopback,
362 * GET_CANONNAME(cur->ai_next, "localhost");
365 cur = cur->ai_next;
367 top = sentinel.ai_next;
[all...]
H A Daddrinfo.h89 struct addrinfo *ai_next; /* next structure in linked list */ member in struct:addrinfo
/bind-9.6-ESV-R11/lib/lwres/
H A Dgetaddrinfo.c47 * struct addrinfo *ai_next; // next structure in linked list
106 * in this list cn be processed by following the ai_next pointer, until a
193 hints->ai_addr || hints->ai_next) {
316 ai->ai_next = ai_list;
329 ai->ai_next = ai_list;
687 struct addrinfo *ai_next; local
690 ai_next = ai->ai_next;
696 ai = ai_next;
719 * and ai->ai_next wer
[all...]
/bind-9.6-ESV-R11/bin/check/
H A Dcheck-tool.c227 cur->ai_next != NULL)
228 cur = cur->ai_next;
275 for (cur = ai; cur != NULL; cur = cur->ai_next) {
305 for (cur = ai; cur != NULL; cur = cur->ai_next) {
334 for (cur = ai; cur != NULL; cur = cur->ai_next) {
416 cur->ai_next != NULL)
417 cur = cur->ai_next;
501 cur->ai_next != NULL)
502 cur = cur->ai_next;
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dnetdb.h39 struct addrinfo *ai_next; /* Next structure in linked list */ member in struct:addrinfo
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllfunc.c81 struct my_addrinfo *ai_next; member in struct:my_addrinfo
475 newaip->ai_next = copy_decode_addrinfo_dynamic(aip->ai_next, idnctx);
482 struct my_addrinfo *next = aip->ai_next;
/bind-9.6-ESV-R11/lib/bind9/
H A Dgetaddresses.c172 tmpai = tmpai->ai_next)
/bind-9.6-ESV-R11/lib/lwres/win32/include/lwres/
H A Dnetdb.h47 struct addrinfo *ai_next; /* Next structure in linked list */ member in struct:addrinfo
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/tools/runidn/
H A Dresolver.c514 newaip->ai_next = copy_decode_addrinfo_dynamic(aip->ai_next);
523 struct addrinfo *next = aip->ai_next;
/bind-9.6-ESV-R11/lib/lwres/include/lwres/
H A Dnetdb.h.in44 struct addrinfo *ai_next; /* Next structure in linked list */

Completed in 29 milliseconds