Home
last modified time | relevance | path

Searched refs:hints (Results 1 – 18 of 18) sorted by relevance

/system/core/libcutils/
Dsocket_network_client_windows.cpp39 struct addrinfo hints; in socket_network_client() local
40 memset(&hints, 0, sizeof(hints)); in socket_network_client()
41 hints.ai_socktype = type; in socket_network_client()
46 if (getaddrinfo(host, port_str, &hints, &address) != 0 || address == NULL) { in socket_network_client()
Dsocket_network_client_unix.cpp48 struct addrinfo hints; in socket_network_client_timeout() local
49 memset(&hints, 0, sizeof(hints)); in socket_network_client_timeout()
50 hints.ai_family = AF_UNSPEC; in socket_network_client_timeout()
51 hints.ai_socktype = type; in socket_network_client_timeout()
57 *getaddrinfo_error = getaddrinfo(host, port_str, &hints, &addrs); in socket_network_client_timeout()
/system/netd/tests/
Dnetd_client_test.cpp69 const addrinfo hints = { in expectHasNetworking() local
73 EXPECT_EQ(0, getaddrinfo(TEST_DOMAIN, nullptr, &hints, &result)); in expectHasNetworking()
92 const addrinfo hints = { in expectNoNetworking() local
96 EXPECT_EQ(EAI_NODATA, getaddrinfo(TEST_DOMAIN, nullptr, &hints, &result)); in expectNoNetworking()
Dbinder_test.cpp742 const struct addrinfo hints = { in interfaceHasAddress() local
747 if (getaddrinfo(addrString, nullptr, &hints, &addrinfoList) != 0 || in interfaceHasAddress()
/system/extras/multinetwork/
Ddnschk.cpp38 const struct addrinfo hints = { in main() local
51 args.arg1, nullptr, &hints, &result); in main()
62 rval = getaddrinfo(args.arg1, nullptr, &hints, &result); in main()
Dhttpurl.cpp98 struct addrinfo hints = { in parseUrl() local
110 &hints, &result); in parseUrl()
115 &hints, &result); in parseUrl()
/system/hardware/interfaces/net/netd/testutils/
DVtsHalNetNetdTestUtils.cpp97 addrinfo *ai, hints = {.ai_flags = AI_NUMERICHOST | AI_NUMERICSERV}; in checkReachability() local
98 int ret = getaddrinfo(addrStr, "53", &hints, &ai); in checkReachability()
/system/extras/libperfmgr/tests/
DHintManagerTest.cc207 std::vector<std::string> hints = hm.GetHints(); in TEST_F() local
209 EXPECT_EQ(2u, hints.size()); in TEST_F()
210 EXPECT_NE(std::find(hints.begin(), hints.end(), "INTERACTION"), hints.end()); in TEST_F()
211 EXPECT_NE(std::find(hints.begin(), hints.end(), "LAUNCH"), hints.end()); in TEST_F()
/system/core/libnetutils/
Difc_utils.c100 struct addrinfo hints, *ai; in string_to_ip() local
107 memset(&hints, 0, sizeof(hints)); in string_to_ip()
108 hints.ai_family = AF_UNSPEC; in string_to_ip()
109 hints.ai_flags = AI_NUMERICHOST; in string_to_ip()
110 hints.ai_socktype = SOCK_DGRAM; in string_to_ip()
112 ret = getaddrinfo(string, NULL, &hints, &ai); in string_to_ip()
/system/extras/libperfmgr/tools/
DConfigVerifier.cc92 std::vector<std::string> hints = hm->GetHints(); in execConfig() local
93 for (const auto& hint : hints) { in execConfig()
/system/netd/server/
DNetdConstants.cpp104 addrinfo hints = { in parsePrefix() local
107 int ret = getaddrinfo(addressString.c_str(), nullptr, &hints, &res); in parsePrefix()
DSockDiagTest.cpp218 addrinfo hints = { .ai_flags = AI_NUMERICHOST }, *src, *dst; in makeDiagMessage() local
219 EXPECT_EQ(0, getaddrinfo(srcstr, nullptr, &hints, &src)); in makeDiagMessage()
220 EXPECT_EQ(0, getaddrinfo(dststr, nullptr, &hints, &dst)); in makeDiagMessage()
DSockDiag.cpp139 addrinfo hints = { .ai_flags = AI_NUMERICHOST }; in sendDumpRequest() local
145 int ret = getaddrinfo(addrstr, nullptr, &hints, &res); in sendDumpRequest()
DTetherController.cpp413 addrinfo *res, hints = { .ai_flags = AI_NUMERICHOST }; in setDnsForwarders() local
414 int ret = getaddrinfo(servers[i], nullptr, &hints, &res); in setDnsForwarders()
/system/netd/libnetdutils/
DInternetAddresses.cpp61 const addrinfo hints = { in forString() local
65 const int ret = getaddrinfo(repr.c_str(), nullptr, &hints, &res); in forString()
/system/extras/libperfmgr/
DHintManager.cc80 std::vector<std::string> hints; in GetHints() local
82 hints.push_back(action.first); in GetHints()
84 return hints; in GetHints()
/system/core/adb/
Dsysdeps_win32.cpp940 struct addrinfo hints; in network_connect() local
941 memset(&hints, 0, sizeof(hints)); in network_connect()
942 hints.ai_family = AF_UNSPEC; in network_connect()
943 hints.ai_socktype = type; in network_connect()
944 hints.ai_protocol = GetSocketProtocolFromSocketType(type); in network_connect()
958 if (getaddrinfo(host.c_str(), port_str, &hints, &addrinfo_ptr) != 0) { in network_connect()
/system/update_engine/
DREADME.md191 updates (by carrying marker hints). They may decide to not provide an update if