/system/netd/tests/benchmarks/ |
D | dns_benchmark.cpp | 92 if (getaddrinfo(mapping.host.c_str(), nullptr, nullptr, &result)) { in benchmark() 105 BENCHMARK_DEFINE_F(DnsFixture, getaddrinfo)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument 108 BENCHMARK_REGISTER_F(DnsFixture, getaddrinfo)
|
D | README.md | 59 ## getaddrinfo()
|
/system/core/libcutils/ |
D | socket_network_client_windows.cpp | 46 if (getaddrinfo(host, port_str, &hints, &address) != 0 || address == NULL) { in socket_network_client()
|
D | socket_network_client_unix.cpp | 57 *getaddrinfo_error = getaddrinfo(host, port_str, &hints, &addrs); in socket_network_client_timeout()
|
/system/extras/multinetwork/ |
D | dnschk.cpp | 62 rval = getaddrinfo(args.arg1, nullptr, &hints, &result); in main()
|
D | httpurl.cpp | 113 rval = getaddrinfo(parameters->hostname.c_str(), in parseUrl()
|
/system/hardware/interfaces/net/netd/testutils/ |
D | VtsHalNetNetdTestUtils.cpp | 98 int ret = getaddrinfo(addrStr, "53", &hints, &ai); in checkReachability()
|
/system/netd/libnetdutils/ |
D | InternetAddresses.cpp | 63 const int ret = getaddrinfo(repr.c_str(), nullptr, &hints, &res); in forString()
|
/system/netd/server/ |
D | NetdConstants.cpp | 108 int ret = getaddrinfo(addressString.c_str(), nullptr, &hints, &res); in parsePrefix()
|
D | SockDiagTest.cpp | 218 EXPECT_EQ(0, getaddrinfo(srcstr, nullptr, &hints, &src)); in makeDiagMessage() 219 EXPECT_EQ(0, getaddrinfo(dststr, nullptr, &hints, &dst)); in makeDiagMessage()
|
D | SockDiag.cpp | 143 if ((ret = getaddrinfo(addrstr, nullptr, &hints, &res)) != 0) { in sendDumpRequest()
|
D | TetherController.cpp | 364 int ret = getaddrinfo(servers[i], nullptr, &hints, &res); in setDnsForwarders()
|
/system/netd/resolv/dns_responder/ |
D | dns_tls_frontend.cpp | 198 int rv = getaddrinfo(listen_address_.c_str(), listen_service_.c_str(), in startServer() 236 rv = getaddrinfo(backend_address_.c_str(), backend_service_.c_str(), in startServer()
|
D | dns_responder.cpp | 598 int rv = getaddrinfo(listen_address_.c_str(), listen_service_.c_str(), in startServer()
|
/system/netd/resolv/ |
D | Android.bp | 50 "getaddrinfo.cpp",
|
D | PrivateDnsConfiguration.cpp | 45 int err = getaddrinfo(server, "853", &hints, &res); in parseServer()
|
D | stats.proto | 219 * invoking native APIs such as getaddrinfo() or Java APIs such as Network#getAllByName().
|
D | dnsresolver_binder_test.cpp | 211 int status = getaddrinfo(config.hostname.c_str(), nullptr, &hints, &result); in TEST_F()
|
D | resolver_test.cpp | 90 if (getaddrinfo(node, service, hints, &result) != 0) { in safe_getaddrinfo() 249 int rv = getaddrinfo(mapping.host.c_str(), nullptr, nullptr, &result); in RunGetAddrInfoStressTest_Binder() 921 EXPECT_EQ(EAI_NODATA, getaddrinfo(host_name2, nullptr, &hints, &result2)); in TEST_F() 956 int rv = getaddrinfo("konbanha", nullptr, &hints, &result); in TEST_F() 1743 EXPECT_NE(0, getaddrinfo(host_name, nullptr, nullptr, &ai_result)); in TEST_F()
|
/system/core/libnetutils/ |
D | ifc_utils.c | 112 ret = getaddrinfo(string, NULL, &hints, &ai); in string_to_ip()
|
/system/core/adb/ |
D | sysdeps_win32.cpp | 920 if (getaddrinfo(host.c_str(), port_str, &hints, &addrinfo_ptr) != 0) { in network_connect()
|
/system/netd/tests/ |
D | binder_test.cpp | 793 if (getaddrinfo(addrString, nullptr, &hints, &addrinfoList) != 0 || in interfaceHasAddress()
|