Searched refs:ai_next (Results 1 - 16 of 16) sorted by relevance
/bind-9.11.3/contrib/queryperf/missing/ |
H A D | getaddrinfo.c | 177 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 D | addrinfo.h | 89 struct addrinfo *ai_next; /* next structure in linked list */ member in struct:addrinfo
|
/bind-9.11.3/lib/irs/ |
H A D | getaddrinfo.c | 34 * 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 D | sample-gai.c | 39 for (res = res0; res; res = res->ai_next) {
|
/bind-9.11.3/lib/lwres/ |
H A D | getaddrinfo.c | 50 * 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 D | netdb.h | 30 struct addrinfo *ai_next; /* Next structure in linked list */ member in struct:addrinfo
|
/bind-9.11.3/lib/irs/win32/include/irs/ |
H A D | netdb.h | 32 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 D | dllfunc.c | 81 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 D | check-tool.c | 228 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 D | netdb.h.in | 33 struct addrinfo *ai_next; /* Next structure in linked list */
|
/bind-9.11.3/lib/bind9/ |
H A D | getaddresses.c | 162 tmpai = tmpai->ai_next)
|
/bind-9.11.3/lib/lwres/win32/include/lwres/ |
H A D | netdb.h | 38 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 D | resolver.c | 514 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 D | netdb.h.in | 35 struct addrinfo *ai_next; /* Next structure in linked list */
|
/bind-9.11.3/contrib/perftcpdns/ |
H A D | perftcpdns.c | 1565 if (res->ai_next != NULL) { 1610 if (res->ai_next != NULL) {
|
/bind-9.11.3/bin/delv/ |
H A D | delv.c | 828 for (cur = res; cur != NULL; cur = cur->ai_next) {
|
Completed in 40 milliseconds