/external/libpcap/Win32/Src/ |
D | getaddrinfo.c | 279 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 …]
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
D | host_resolver_test.cc | 105 ASSERT_EQ(NULL_INFO, ai->ai_next); in TEST_F() 125 ASSERT_EQ(NULL_INFO, ai->ai_next); in TEST_F() 134 ASSERT_EQ(NULL_INFO, ai->ai_next); in TEST_F() 164 ASSERT_EQ(NULL_INFO, ai->ai_next); in TEST_F() 176 ASSERT_EQ(NULL_INFO, ai->ai_next); in TEST_F() 232 ai = ai->ai_next; in TEST_F() 261 ASSERT_EQ(NULL_INFO, ai->ai_next); in TEST_F() 298 current = current->ai_next; in TEST_F() 319 current = current->ai_next; in TEST_F() 336 current = current->ai_next; in TEST_F()
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
D | host_resolver.cc | 84 (*list_end)->ai_next = ai; in CreateAddrInfo() 168 current = current->ai_next; in gethostbyname() 182 current = current->ai_next; in gethostbyname() 198 current = current->ai_next; in gethostbyname() 216 res = res->ai_next; in freeaddrinfo()
|
/external/tcpdump/missing/ |
D | addrinfo.h | 79 struct addrinfo *ai_next; /* next structure in linked list */ member
|
/external/libpcap/Win32/Include/ |
D | addrinfo.h | 79 struct addrinfo *ai_next; /* next structure in linked list */ member
|
D | ip6_misc.h | 160 struct addrinfo *ai_next; /* next structure in linked list */ member
|
/external/qemu/util/ |
D | qemu-sockets.c | 115 for (e = res; e != NULL; e = e->ai_next) { in inet_print_addrinfo() 172 for (e = res; e != NULL; e = e->ai_next) { in inet_listen_opts() 274 for (e = res; e != NULL; e = e->ai_next) { in inet_connect_opts() 291 if (sockets_debug || NULL == e->ai_next) in inet_connect_opts()
|
/external/chromium_org/net/base/ |
D | address_list.cc | 66 for (const struct addrinfo* ai = head; ai; ai = ai->ai_next) { in CreateFromAddrinfo()
|
D | address_list_unittest.cc | 64 ai[i].ai_next = &ai[i + 1]; in TEST()
|
/external/chromium_org/third_party/webrtc/base/ |
D | nethelpers.cc | 46 for (; cursor; cursor = cursor->ai_next) { in ResolveHostname()
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | nethelpers.cc | 63 for (; cursor; cursor = cursor->ai_next) { in ResolveHostname()
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/ |
D | netdb.h | 143 struct addrinfo *ai_next; /* next structure in linked list */ member
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
D | _osf1.h | 83 struct addrinfo *ai_next; member
|
D | _openvms.h | 124 struct addrinfo *ai_next; member
|
D | _win95.h | 69 struct addrinfo *ai_next; member
|
D | _winnt.h | 84 struct addrinfo *ai_next; member
|
/external/chromium_org/net/dns/ |
D | host_resolver_proc.cc | 27 for (; ai != NULL; ai = ai->ai_next) { in IsAllLocalhostOfOneFamily()
|
/external/chromium_org/chrome/test/chromedriver/net/ |
D | websocket.cc | 43 for (struct addrinfo* addr = result; addr; addr = addr->ai_next) { in ResolveHost()
|
/external/netcat/ |
D | netcat.c | 644 } while ((res0 = res0->ai_next) != NULL); in remote_connect() 743 } while ((res0 = res0->ai_next) != NULL); in local_listen()
|
/external/mtpd/ |
D | mtpd.c | 281 for (r = records; r; r = r->ai_next) { in create_socket()
|
/external/qemu/android/ |
D | sockets.c | 677 for (r = res; r != NULL; r = r->ai_next) { in sock_address_init_resolve() 791 for (count = 0, e = res; e != NULL; e = e->ai_next) in sock_address_list_create() 797 for (nn = 0, e = res; e != NULL; e = e->ai_next) { in sock_address_list_create()
|
/external/netperf/ |
D | netserver.c | 540 local_res_temp = local_res_temp->ai_next; in set_up_server()
|
/external/iputils/ |
D | tracepath6.c | 450 for (ai = ai0; ai; ai = ai->ai_next) { in main()
|
/external/iptables/libxtables/ |
D | xtoptions.c | 529 for (p = res; p != NULL; p = p->ai_next) { in xtopt_parse_host() 568 for (p = res; p != NULL; p = p->ai_next) { in xtables_getportbyname()
|
/external/chromium_org/third_party/webrtc/test/channel_transport/ |
D | udp_transport_impl.cc | 2407 for(ptr=result; ptr != NULL ;ptr=ptr->ai_next) in LocalHostAddressIPV6() 2434 if(islocalIP && ptr->ai_next) in LocalHostAddressIPV6() 2439 n_localIP[1] == 0x80 && ptr->ai_next) in LocalHostAddressIPV6()
|