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

/bind-9.11.3/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.11.3/lib/irs/
H A Dgetaddrinfo.c34 * struct addrinfo *ai_next; // next structure in linked list
93 * in this list cn be processed by following the ai_next pointer, until a
207 hints->ai_addr || hints->ai_next) {
330 ai->ai_next = ai_list;
343 ai->ai_next = ai_list;
590 state->trans4->ai_sentinel.ai_next = NULL;
605 state->trans6->ai_sentinel.ai_next = NULL;
774 ai->ai_next = trans->ai_sentinel.ai_next;
775 trans->ai_sentinel.ai_next
1178 struct addrinfo *ai_next; local
[all...]
/bind-9.11.3/lib/samples/
H A Dsample-gai.c39 for (res = res0; res; res = res->ai_next) {
/bind-9.11.3/lib/lwres/
H A Dgetaddrinfo.c50 * struct addrinfo *ai_next; // next structure in linked list
109 * in this list cn be processed by following the ai_next pointer, until a
196 hints->ai_addr || hints->ai_next) {
319 ai->ai_next = ai_list;
332 ai->ai_next = ai_list;
690 struct addrinfo *ai_next; local
693 ai_next = ai->ai_next;
699 ai = ai_next;
726 * and ai->ai_next wer
[all...]
/bind-9.11.3/lib/isc/win32/
H A Dnetdb.h30 struct addrinfo *ai_next; /* Next structure in linked list */ member in struct:addrinfo
/bind-9.11.3/lib/irs/win32/include/irs/
H A Dnetdb.h32 struct addrinfo *ai_next; /* Next structure in linked list */ member in struct:addrinfo
/bind-9.11.3/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.11.3/bin/check/
H A Dcheck-tool.c228 cur->ai_next != NULL)
229 cur = cur->ai_next;
276 for (cur = ai; cur != NULL; cur = cur->ai_next) {
306 for (cur = ai; cur != NULL; cur = cur->ai_next) {
335 for (cur = ai; cur != NULL; cur = cur->ai_next) {
418 cur->ai_next != NULL)
419 cur = cur->ai_next;
504 cur->ai_next != NULL)
505 cur = cur->ai_next;
/bind-9.11.3/lib/irs/include/irs/
H A Dnetdb.h.in33 struct addrinfo *ai_next; /* Next structure in linked list */
/bind-9.11.3/lib/bind9/
H A Dgetaddresses.c162 tmpai = tmpai->ai_next)
/bind-9.11.3/lib/lwres/win32/include/lwres/
H A Dnetdb.h38 struct addrinfo *ai_next; /* Next structure in linked list */ member in struct:addrinfo
/bind-9.11.3/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.11.3/lib/lwres/include/lwres/
H A Dnetdb.h.in35 struct addrinfo *ai_next; /* Next structure in linked list */
/bind-9.11.3/contrib/perftcpdns/
H A Dperftcpdns.c1565 if (res->ai_next != NULL) {
1610 if (res->ai_next != NULL) {
/bind-9.11.3/bin/delv/
H A Ddelv.c828 for (cur = res; cur != NULL; cur = cur->ai_next) {

Completed in 40 milliseconds