Searched defs:netcontext (Results 1 – 6 of 6) sorted by relevance
/packages/modules/DnsResolver/ |
D | DnsProxyListener.cpp | 525 const android_net_context* netcontext) { in synthesizeNat64PrefixWithARecord() 765 const android_net_context& netcontext) in GetAddrInfoHandler() 777 static bool evaluate_domain_name(const android_net_context& netcontext, const char* host) { in evaluate_domain_name() 1033 android_net_context netcontext; in runCommand() local 1087 android_net_context netcontext; in runCommand() local 1099 const android_net_context& netcontext) in ResNSendHandler() 1244 android_net_context netcontext; in runCommand() local 1287 android_net_context netcontext; in runCommand() local 1300 const android_net_context& netcontext) in GetHostByNameHandler() 1433 android_net_context netcontext; in runCommand() local [all …]
|
D | Dns64Configuration.cpp | 81 android_net_context netcontext{}; in startPrefixDiscovery() local 148 bool Dns64Configuration::doRfc7050PrefixDiscovery(const android_net_context& netcontext, in doRfc7050PrefixDiscovery()
|
D | gethnamaddr.cpp | 374 const android_net_context* netcontext, std::optional<int> app_socket, in resolv_gethostbyname() 465 size_t buflen, const struct android_net_context* netcontext, in resolv_gethostbyaddr() 655 const android_net_context* netcontext, std::optional<int> app_socket, in dns_gethtbyaddr()
|
D | ResolverController.cpp | 163 [](uint32_t netId, uint32_t uid, android_net_context* netcontext) { in ResolverController() 204 android_net_context netcontext; in setResolverConfiguration() local
|
D | getaddrinfo.cpp | 267 const android_net_context netcontext = { in getaddrinfo_numeric() local 337 const addrinfo* hints, const android_net_context* netcontext, in android_getaddrinfofornetcontext() 425 const android_net_context* _Nonnull netcontext, in resolv_getaddrinfo() 479 addrinfo** res, const android_net_context* netcontext, in explore_fqdn() 1417 const android_net_context* netcontext, std::optional<int> app_socket, in dns_getaddrinfo()
|
/packages/modules/DnsResolver/tests/ |
D | resolv_gold_test.cpp | 199 const android_net_context netcontext = GetNetContext(protocol); in VerifyGetAddrInfo() local 214 const android_net_context netcontext = GetNetContext(protocol); in VerifyGetHostByName() local
|