Searched defs:ai_next (Results 1 - 7 of 7) sorted by relevance

/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/lib/isc/win32/
H A Dnetdb.h30 struct addrinfo *ai_next; /* Next structure in linked list */ member in struct:addrinfo
/bind-9.11.3/contrib/queryperf/missing/
H A Daddrinfo.h89 struct addrinfo *ai_next; /* next structure in linked list */ member in struct:addrinfo
/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/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/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/lwres/win32/include/lwres/
H A Dnetdb.h38 struct addrinfo *ai_next; /* Next structure in linked list */ member in struct:addrinfo

Completed in 21 milliseconds