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

1234567

/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dfreeaddrinfo.c51 ai = ai->ai_next;
H A Dgetnameinfo_verified.c80 for (a = ai; a != NULL; a = a->ai_next) {
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/saslauthd/include/
H A Dgai.h88 struct addrinfo *ai_next; /* next structure in linked list */ member in struct:addrinfo
/macosx-10.10.1/lukemftp-14/tnftp/libnetbsd/
H A Dgetaddrinfo.c242 next = ai->ai_next;
290 pai->ai_next = NULL;
297 hints->ai_addr || hints->ai_next)
403 error = explore_null(pai, servname, &cur->ai_next);
405 error = explore_numeric_scope(pai, hostname, servname, &cur->ai_next);
410 while (cur && cur->ai_next)
411 cur = cur->ai_next;
419 if (sentinel.ai_next)
463 &cur->ai_next);
465 while (cur && cur->ai_next)
[all...]
/macosx-10.10.1/libpcap-48/libpcap/Win32/Src/
H A Dgetaddrinfo.c279 next = ai->ai_next;
327 sentinel.ai_next = NULL;
337 pai->ai_next = NULL;
344 hints->ai_addr || hints->ai_next)
427 error = explore_null(pai, hostname, servname, &cur->ai_next);
429 error = explore_numeric_scope(pai, hostname, servname, &cur->ai_next);
434 while (cur && cur->ai_next)
435 cur = cur->ai_next;
443 if (sentinel.ai_next)
487 &cur->ai_next);
[all...]
/macosx-10.10.1/bind9-45.101/bind9/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
/macosx-10.10.1/rsync-45/rsync/lib/
H A Dgetaddrinfo.c195 next = ai->ai_next;
246 sentinel.ai_next = NULL;
256 pai->ai_next = NULL;
264 hints->ai_addr || hints->ai_next)
376 if (!get_ai(&cur->ai_next, pai, afd, afd->a_addrany, port))
379 * GET_CANONNAME(cur->ai_next, "anyaddr");
382 if (!get_ai(&cur->ai_next, pai, afd, afd->a_loopback,
386 * GET_CANONNAME(cur->ai_next, "localhost");
389 cur = cur->ai_next;
391 top = sentinel.ai_next;
[all...]
H A Daddrinfo.h102 struct addrinfo *ai_next; /* next structure in linked list */ member in struct:addrinfo
/macosx-10.10.1/bind9-45.101/bind9/lib/irs/
H A Dgetaddrinfo.c42 * struct addrinfo *ai_next; // next structure in linked list
101 * in this list cn be processed by following the ai_next pointer, until a
211 hints->ai_addr || hints->ai_next) {
334 ai->ai_next = ai_list;
347 ai->ai_next = ai_list;
591 state->trans4->ai_sentinel.ai_next = NULL;
606 state->trans6->ai_sentinel.ai_next = NULL;
773 ai->ai_next = trans->ai_sentinel.ai_next;
774 trans->ai_sentinel.ai_next
1162 struct addrinfo *ai_next; local
[all...]
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dcurl_addrinfo.h59 struct Curl_addrinfo *ai_next; member in struct:Curl_addrinfo
H A Dcurl_addrinfo.c90 canext = ca->ai_next;
134 for(ai = aihead; ai != NULL; ai = ai->ai_next) {
170 ca->ai_next = NULL;
194 calast->ai_next = ca;
251 * struct Curl_addrinfo *ai_next;
322 prevai->ai_next = ai;
/macosx-10.10.1/ruby-106/ruby/ext/socket/
H A Dgetaddrinfo.c216 next = ai->ai_next;
293 sentinel.ai_next = NULL;
303 pai->ai_next = NULL;
311 hints->ai_addr || hints->ai_next)
442 GET_AI(cur->ai_next, afd, afd->a_addrany, port);
444 * GET_CANONNAME(cur->ai_next, "anyaddr");
447 GET_AI(cur->ai_next, afd, afd->a_loopback,
450 * GET_CANONNAME(cur->ai_next, "localhost");
453 cur = cur->ai_next;
455 top = sentinel.ai_next;
[all...]
H A Dudpsocket.c57 for (res = arg->res; res; res = res->ai_next) {
121 for (res = res0; res; res = res->ai_next) {
175 for (res = res0; res; res = res->ai_next) {
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dexpand_hostname.c83 for (a = ai; a != NULL; a = a->ai_next) {
165 for (a = ai; a != NULL; a = a->ai_next) {
/macosx-10.10.1/bind9-45.101/bind9/lib/export/samples/
H A Dsample-gai.c47 for (res = res0; res; res = res->ai_next) {
/macosx-10.10.1/libpcap-48/libpcap/Win32/Include/
H A Daddrinfo.h79 struct addrinfo *ai_next; /* next structure in linked list */ member in struct:addrinfo
/macosx-10.10.1/postfix-255/postfix/auxiliary/name-addr-test/
H A Dgetaddrinfo.c51 for (res = res0; res != 0; res = res->ai_next) {
H A Dgetnameinfo.c59 for (res = res0; res != 0; res = res->ai_next) {
/macosx-10.10.1/postfix-255/postfix/src/dns/
H A Ddns_sa_to_rr.c105 for (res = res0; res != 0; res = res->ai_next) {
/macosx-10.10.1/tcpdump-61/tcpdump/missing/
H A Daddrinfo.h79 struct addrinfo *ai_next; /* next structure in linked list */ member in struct:addrinfo
/macosx-10.10.1/bind9-45.101/bind9/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;
695 struct addrinfo *ai_next; local
698 ai_next = ai->ai_next;
704 ai = ai_next;
727 * and ai->ai_next wer
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/check/
H A Dcheck-tool.c223 cur->ai_next != NULL)
224 cur = cur->ai_next;
272 for (cur = ai; cur != NULL; cur = cur->ai_next) {
302 for (cur = ai; cur != NULL; cur = cur->ai_next) {
331 for (cur = ai; cur != NULL; cur = cur->ai_next) {
413 cur->ai_next != NULL)
414 cur = cur->ai_next;
498 cur->ai_next != NULL)
499 cur = cur->ai_next;
/macosx-10.10.1/NFS-82/showmount/
H A Dshowmount.c193 ainext = ai->ai_next;
217 aiprev->ai_next = ai->ai_next;
219 ailist = ai->ai_next;
220 ai->ai_next = aidiscard;
419 for (success=0, ai=ailist; !success && ai; ai=ai->ai_next) {
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dmyaddrinfo.c258 ip->info.ai_next = 0;
373 prev->info.ai_next = &(ip->info);
453 for (r = *res; r != 0; r = r->ai_next)
569 for (r = *res; r != 0; r = r->ai_next)
751 next = ap->ai_next;
824 for (ip = info; ip != 0; ip = ip->ai_next) {

Completed in 1012 milliseconds

1234567