Searched refs:ai_next (Results 1 – 9 of 9) sorted by relevance
/system/netd/resolv/ |
D | getaddrinfo.cpp | 205 struct addrinfo* next = ai->ai_next; in freeaddrinfo() 293 .ai_next = nullptr, in android_getaddrinfofornetcontext() 303 if (hints->ai_addrlen || hints->ai_canonname || hints->ai_addr || hints->ai_next) { in android_getaddrinfofornetcontext() 369 error = explore_null(&tmp, servname, &cur->ai_next); in android_getaddrinfofornetcontext() 371 error = explore_numeric_scope(&tmp, hostname, servname, &cur->ai_next); in android_getaddrinfofornetcontext() 375 while (cur->ai_next) cur = cur->ai_next; in android_getaddrinfofornetcontext() 384 if (sentinel.ai_next) break; in android_getaddrinfofornetcontext() 416 error = explore_fqdn(&tmp, hostname, servname, &cur->ai_next, netcontext); in android_getaddrinfofornetcontext() 418 while (cur->ai_next) cur = cur->ai_next; in android_getaddrinfofornetcontext() 421 if (sentinel.ai_next) { in android_getaddrinfofornetcontext() [all …]
|
D | libnetd_resolv_test.cpp | 66 for (const auto* aip = ai; aip != nullptr; aip = aip->ai_next) { in ToString() 135 struct addrinfo* ai_next; in TEST_F() member 141 (void*) ai_next); in TEST_F() 167 .ai_next = config.ai_next, in TEST_F()
|
D | DnsProxyListener.cpp | 210 for (const addrinfo* ai = result; ai; ai = ai->ai_next) { in extractGetAddrInfoAnswers() 330 for (const addrinfo* ai = res; ai; ai = ai->ai_next) in onlyIPv4Answers() 367 for (const addrinfo* ai = res; ai; ai = ai->ai_next) { in onlyNonSpecialUseIPv4Addresses() 397 for (ai = res, i = 0; ai; ai = ai->ai_next, i++) { in logDnsQueryResult() 465 for (addrinfo* ai = result; ai; ai = ai->ai_next) { in synthesizeNat64PrefixWithARecord() 674 ai = ai->ai_next; in run()
|
D | res_cache.cpp | 1971 if (info->nsaddrinfo[i]->ai_next != NULL) { in android_net_res_stats_get_info_for_net()
|
D | resolver_test.cpp | 154 for (const auto* aip = ai ; aip != nullptr ; aip = aip->ai_next) { in ToString() 173 for (const auto* aip = ai; aip != nullptr; aip = aip->ai_next) { in ToStrings()
|
/system/extras/multinetwork/ |
D | dnschk.cpp | 77 for (struct addrinfo* rp = result; rp != nullptr; rp = rp->ai_next) { in main()
|
/system/core/libcutils/ |
D | socket_network_client_unix.cpp | 63 for (struct addrinfo* addr = addrs; addr != NULL; addr = addr->ai_next) { in socket_network_client_timeout()
|
/system/netd/resolv/dns_responder/ |
D | dns_tls_frontend.cpp | 207 for (const addrinfo* ai = frontend_ai_res ; ai ; ai = ai->ai_next) { in startServer()
|
D | dns_responder.cpp | 606 for (const addrinfo* ai = ai_res ; ai ; ai = ai->ai_next) { in startServer()
|