| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| freeaddrinfo.c | 53 ai = ai->ai_next;
|
| getnameinfo_verified.c | 82 for (a = ai; a != NULL; a = a->ai_next) {
|
| mini_inetd.c | 100 for (nalloc = 0, a = ai; a != NULL; a = a->ai_next) 111 for (i = 0, a = ai; a != NULL; a = a->ai_next) {
|
| /src/external/bsd/libbind/dist/irs/ |
| getaddrinfo.c | 295 next = ai->ai_next; 353 pai->ai_next = NULL; 360 hints->ai_addr || hints->ai_next) 481 error = explore_null(pai, servname, &cur->ai_next); 484 &cur->ai_next); 489 while (cur && cur->ai_next) 490 cur = cur->ai_next; 498 if (sentinel.ai_next) 574 if ((error = explore_copy(pai, afai, &cur->ai_next)) != 0) { 579 while (cur && cur->ai_next) [all...] |
| dns_ho.c | 648 cur->ai_next = ai; 649 while (cur->ai_next) 650 cur = cur->ai_next; 660 return(sentinel.ai_next); 919 cur->ai_next = addr2addrinfo( 922 if (cur->ai_next == NULL) 947 while (cur->ai_next) 948 cur = cur->ai_next; 949 } else if (cur->ai_next) { /*%< need hostent */ 950 struct addrinfo *aip = cur->ai_next; [all...] |
| /src/lib/libc/net/ |
| getaddrinfo.c | 373 next = ai->ai_next; 485 pai->ai_next = NULL; 492 hints->ai_addr || hints->ai_next) 585 error = explore_null(pai, servname, &cur->ai_next, 589 &cur->ai_next, &svd); 594 while (cur->ai_next) 595 cur = cur->ai_next; 603 if (sentinel.ai_next) { 646 error = explore_fqdn(pai, hostname, servname, &cur->ai_next, 649 while (cur && cur->ai_next) [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/irs/ |
| getaddrinfo.c | 39 * struct addrinfo *ai_next; // next structure in linked list 98 * in this list cn be processed by following the ai_next pointer, until a 264 hints->ai_addr || hints->ai_next) 414 ai->ai_next = ai_list; 427 ai->ai_next = ai_list; 655 state->trans4->ai_sentinel.ai_next = NULL; 663 state->trans6->ai_sentinel.ai_next = NULL; 841 ai->ai_next = trans->ai_sentinel.ai_next; 842 trans->ai_sentinel.ai_next = ai 1228 struct addrinfo *ai_next; local [all...] |
| /src/external/gpl2/xcvs/dist/lib/ |
| getaddrinfo.h | 40 struct addrinfo *ai_next; /* Pointer to next in list. */ member in struct:addrinfo
|
| /src/external/ibm-public/postfix/dist/src/dns/ |
| dns_sa_to_rr.c | 119 for (len = 0, res = res0; res != 0; res = res->ai_next) 122 for (len = 0, res = res0; res != 0; res = res->ai_next)
|
| dns_rr_eq_sa.c | 133 for (len = 0, res = res0; res != 0; res = res->ai_next) 136 for (len = 0, res = res0; res != 0; res = res->ai_next)
|
| /src/external/apache2/mDNSResponder/nss/ |
| nss_mdnsd.c | 341 if (ctx->start.ai_next) { 592 ctx->start.ai_next = NULL; 602 ctx->last->ai_next = ai; 603 while (ctx->last->ai_next) 604 ctx->last = ctx->last->ai_next; 617 p = ctx->start.ai_next; 619 while (p->ai_next) { 620 if (p->ai_next->ai_family == AF_INET6) { 621 t->ai_next = p->ai_next; [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/ |
| netdb.d | 92 addrinfo* ai_next; 201 addrinfo* ai_next; 285 addrinfo* ai_next; 369 addrinfo* ai_next; 475 addrinfo* ai_next; 562 addrinfo* ai_next; 649 addrinfo* ai_next; 754 addrinfo* ai_next; 839 addrinfo* ai_next; 913 addrinfo* ai_next; [all...] |
| /src/external/mit/libuv/dist/src/win/ |
| getaddrinfo.c | 63 struct addrinfoW* ai_next; member in struct:addrinfoW 139 addrinfow_ptr = addrinfow_ptr->ai_next; 163 addrinfo_ptr->ai_next = NULL; 190 addrinfow_ptr = addrinfow_ptr->ai_next; 195 addrinfo_ptr->ai_next = next_addrinfo_ptr; 328 req->addrinfow->ai_next = NULL;
|
| /src/usr.sbin/tcpdrop/ |
| tcpdrop.c | 124 for (ail = laddr; ail; ail = ail->ai_next) { 125 for (aif = faddr; aif; aif = aif->ai_next) {
|
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| expand_hostname.c | 82 for (a = ai; a != NULL; a = a->ai_next) { 161 for (a = ai; a != NULL; a = a->ai_next) {
|
| /src/external/gpl3/gcc/dist/libcody/ |
| netclient.cc | 103 hints.ai_next = nullptr; 117 for (struct addrinfo *next = addrs; next; next = next->ai_next)
|
| netserver.cc | 110 hints.ai_next = nullptr; 126 for (struct addrinfo *next = addrs; next; next = next->ai_next)
|
| /src/external/gpl3/gcc.old/dist/libcody/ |
| netclient.cc | 103 hints.ai_next = nullptr; 117 for (struct addrinfo *next = addrs; next; next = next->ai_next)
|
| netserver.cc | 110 hints.ai_next = nullptr; 126 for (struct addrinfo *next = addrs; next; next = next->ai_next)
|
| /src/lib/libform/ |
| type_ipv6.c | 73 if (res->ai_next) {
|
| /src/usr.sbin/tcpdmatch/ |
| tcpdmatch.c | 182 for (res = res0; res; res = res->ai_next) { 212 if (res0 && !res0->ai_next) { 245 for (res = res0; res; res = res->ai_next) { 260 if (res->ai_next)
|
| /src/external/bsd/ntp/dist/libntp/ |
| ntp_rfc2553.c | 187 ai_nxt = ai_src->ai_next; 206 ai_nxt = ai_src->ai_next; 219 if (NULL != ai_cpy->ai_next) { 221 ai_cpy->ai_next = NULL; 223 ai_cpy->ai_next = ai_cpy + 1;
|
| /src/external/mpl/bind/dist/bin/check/ |
| check-tool.c | 203 cur->ai_next != NULL) 205 cur = cur->ai_next; 254 for (cur = ai; cur != NULL; cur = cur->ai_next) { 287 for (cur = ai; cur != NULL; cur = cur->ai_next) { 319 for (cur = ai; cur != NULL; cur = cur->ai_next) { 406 cur->ai_next != NULL) 408 cur = cur->ai_next; 493 cur->ai_next != NULL) 495 cur = cur->ai_next;
|
| /src/external/bsd/nsd/dist/compat/ |
| fake-rfc2553.c | 110 next = ai->ai_next; 214 prev->ai_next = cur;
|
| /src/external/bsd/unbound/dist/compat/ |
| fake-rfc2553.c | 110 next = ai->ai_next; 214 prev->ai_next = cur;
|