Searched defs:netcontext (Results 1 – 7 of 7) sorted by relevance
/packages/modules/DnsResolver/ |
D | res_init.cpp | 96 void res_init(ResState* statp, const struct android_net_context* _Nonnull netcontext, in res_init()
|
D | DnsProxyListener.cpp | 568 const android_net_context& netcontext) in GetAddrInfoHandler() 577 static bool evaluate_domain_name(const android_net_context &netcontext, in evaluate_domain_name() 828 android_net_context netcontext; in runCommand() local 884 android_net_context netcontext; in runCommand() local 898 const android_net_context& netcontext) in ResNSendHandler() 1038 android_net_context netcontext; in runCommand() local 1086 android_net_context netcontext; in runCommand() local 1100 const android_net_context& netcontext) in GetHostByNameHandler() 1238 android_net_context netcontext; in runCommand() local 1253 const android_net_context& netcontext) in GetHostByAddrHandler()
|
D | Dns64Configuration.cpp | 82 android_net_context netcontext{}; in startPrefixDiscovery() local 149 bool Dns64Configuration::doRfc7050PrefixDiscovery(const android_net_context& netcontext, in doRfc7050PrefixDiscovery()
|
D | ResolverController.cpp | 177 [](uint32_t netId, uint32_t uid, android_net_context* netcontext) { in ResolverController() 205 android_net_context netcontext; in setResolverConfiguration() local
|
D | gethnamaddr.cpp | 389 const android_net_context* netcontext, hostent** result, in resolv_gethostbyname() 476 size_t buflen, const struct android_net_context* netcontext, in resolv_gethostbyaddr() 685 const android_net_context* netcontext, getnamaddr* info, in dns_gethtbyaddr()
|
D | getaddrinfo.cpp | 265 const android_net_context netcontext = { in getaddrinfo_numeric() local 324 const addrinfo* hints, const android_net_context* netcontext, in android_getaddrinfofornetcontext() 411 const android_net_context* _Nonnull netcontext, addrinfo** _Nonnull res, in resolv_getaddrinfo() 463 addrinfo** res, const android_net_context* netcontext, in explore_fqdn() 1395 const android_net_context* netcontext, addrinfo** rv, 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
|