Home
last modified time | relevance | path

Searched defs:netcontext (Results 1 – 11 of 11) sorted by relevance

/aosp12/bionic/libc/dns/net/
H A Dgethnamaddr.c792 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 Dgetaddrinfo.c574 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 Dgetnameinfo.c317 const struct android_net_context netcontext = { .app_netid = netid, .app_mark = mark }; in getnameinfo_inet() local
/aosp12/packages/modules/DnsResolver/
H A DDnsProxyListener.cpp592 const android_net_context& netcontext) in GetAddrInfoHandler()
599 static bool evaluate_domain_name(const android_net_context& netcontext, const char* host) { in evaluate_domain_name()
831 android_net_context netcontext; in runCommand() local
885 android_net_context netcontext; in runCommand() local
897 const android_net_context& netcontext) in ResNSendHandler()
1033 android_net_context netcontext; in runCommand() local
1074 android_net_context netcontext; in runCommand() local
1087 const android_net_context& netcontext) in GetHostByNameHandler()
1220 android_net_context netcontext; in runCommand() local
1233 const android_net_context& netcontext) in GetHostByAddrHandler()
H A DDns64Configuration.cpp82 android_net_context netcontext{}; in startPrefixDiscovery() local
149 bool Dns64Configuration::doRfc7050PrefixDiscovery(const android_net_context& netcontext, in doRfc7050PrefixDiscovery()
H A DResolverController.cpp159 [](uint32_t netId, uint32_t uid, android_net_context* netcontext) { in ResolverController()
194 android_net_context netcontext; in setResolverConfiguration() local
H A Dgethnamaddr.cpp389 const android_net_context* netcontext, hostent** result, in resolv_gethostbyname()
478 size_t buflen, const struct android_net_context* netcontext, in resolv_gethostbyaddr()
687 const android_net_context* netcontext, getnamaddr* info, in dns_gethtbyaddr()
H A Dgetaddrinfo.cpp264 const android_net_context netcontext = { in getaddrinfo_numeric() local
323 const addrinfo* hints, const android_net_context* netcontext, in android_getaddrinfofornetcontext()
410 const android_net_context* _Nonnull netcontext, addrinfo** _Nonnull res, in resolv_getaddrinfo()
462 addrinfo** res, const android_net_context* netcontext, in explore_fqdn()
1394 const android_net_context* netcontext, addrinfo** rv, in dns_getaddrinfo()
/aosp12/system/netd/server/
H A Dmain.cpp73 void getNetworkContextCallback(uint32_t netId, uint32_t uid, android_net_context* netcontext) { in getNetworkContextCallback()
/aosp12/packages/modules/DnsResolver/tests/
H A Dresolv_gold_test.cpp199 const android_net_context netcontext = GetNetContext(protocol); in VerifyGetAddrInfo() local
214 const android_net_context netcontext = GetNetContext(protocol); in VerifyGetHostByName() local
/aosp12/bionic/libc/dns/resolv/
H A Dres_init.c771 void res_setnetcontext(res_state statp, const struct android_net_context *netcontext) in res_setnetcontext()