/aosp_15_r20/bionic/libc/dns/net/ |
H A D | gethnamaddr.c | 792 size_t hbuflen, int *errorp, const struct android_net_context *netcontext) in gethostbyname_internal() 834 const struct android_net_context *netcontext) in android_gethostbyaddrfornetcontext_real() 895 const struct android_net_context *netcontext) in android_gethostbyaddrfornetcontext_proxy_internal() 1210 const struct android_net_context *netcontext; in _dns_gethtbyaddr() local 1563 struct android_net_context netcontext = NETCONTEXT_UNSET; in make_context() local 1574 const struct android_net_context netcontext = make_context(netid, mark); in android_gethostbynamefornet() local 1580 const struct android_net_context *netcontext) in android_gethostbynamefornetcontext() 1603 const struct android_net_context netcontext = make_context(netid, mark); in android_gethostbyaddrfornet() local 1609 const struct android_net_context *netcontext) in android_gethostbyaddrfornetcontext() 1616 const struct android_net_context *netcontext) in android_gethostbyaddrfornetcontext_proxy()
|
H A D | getaddrinfo.c | 574 struct android_net_context netcontext = { in android_getaddrinfofornet() local 587 const struct addrinfo *hints, const struct android_net_context *netcontext, in android_getaddrinfofornetcontext() 801 const struct android_net_context *netcontext) in explore_fqdn() 1903 const struct android_net_context *netcontext; in _dns_getaddrinfo() local
|
H A D | getnameinfo.c | 317 const struct android_net_context netcontext = { .app_netid = netid, .app_mark = mark }; in getnameinfo_inet() local
|
/aosp_15_r20/packages/modules/DnsResolver/ |
D | DnsProxyListener.cpp | 525 const android_net_context* netcontext) { in synthesizeNat64PrefixWithARecord() 760 const android_net_context& netcontext) in GetAddrInfoHandler() 772 static bool evaluate_domain_name(const android_net_context& netcontext, const char* host) { in evaluate_domain_name() 1026 android_net_context netcontext; in runCommand() local 1080 android_net_context netcontext; in runCommand() local 1092 const android_net_context& netcontext) in ResNSendHandler() 1236 android_net_context netcontext; in runCommand() local 1279 android_net_context netcontext; in runCommand() local 1292 const android_net_context& netcontext) in GetHostByNameHandler() 1424 android_net_context netcontext; in runCommand() local [all …]
|
D | gethnamaddr.cpp | 374 const android_net_context* netcontext, hostent** result, in resolv_gethostbyname() 465 size_t buflen, const struct android_net_context* netcontext, in resolv_gethostbyaddr() 654 const android_net_context* netcontext, getnamaddr* info, in dns_gethtbyaddr()
|
D | getaddrinfo.cpp | 251 const android_net_context netcontext = { in getaddrinfo_numeric() local 310 const addrinfo* hints, const android_net_context* netcontext, in android_getaddrinfofornetcontext() 397 const android_net_context* _Nonnull netcontext, addrinfo** _Nonnull res, in resolv_getaddrinfo() 449 addrinfo** res, const android_net_context* netcontext, in explore_fqdn() 1387 const android_net_context* netcontext, addrinfo** rv, in dns_getaddrinfo()
|
D | Dns64Configuration.cpp | 81 android_net_context netcontext{}; in startPrefixDiscovery() local 148 bool Dns64Configuration::doRfc7050PrefixDiscovery(const android_net_context& netcontext, in doRfc7050PrefixDiscovery()
|
D | ResolverController.cpp | 163 [](uint32_t netId, uint32_t uid, android_net_context* netcontext) { in ResolverController() 204 android_net_context netcontext; in setResolverConfiguration() local
|
/aosp_15_r20/system/netd/server/ |
H A D | main.cpp | 80 void getNetworkContextCallback(uint32_t netId, uint32_t uid, android_net_context* netcontext) { in getNetworkContextCallback() 98 bool evaluateDomainNameCallback(const android_net_context& netcontext, const char* /*name*/) { in evaluateDomainNameCallback()
|
/aosp_15_r20/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
|
/aosp_15_r20/bionic/libc/dns/resolv/ |
H A D | res_init.c | 771 void res_setnetcontext(res_state statp, const struct android_net_context *netcontext) in res_setnetcontext()
|