Home
last modified time | relevance | path

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

/system/netd/resolv/
Dgethnamaddr.cpp497 size_t hbuflen, const android_net_context* netcontext) { in gethostbyname_internal()
504 const struct android_net_context* netcontext) { in android_gethostbyaddrfornetcontext_real()
554 const struct android_net_context* netcontext) { in android_gethostbyaddrfornetcontext_proxy_internal()
798 const android_net_context* netcontext, getnamaddr* info) { in dns_gethtbyaddr()
889 const struct android_net_context* netcontext, hostent** hp) { in android_gethostbynamefornetcontext()
903 const struct android_net_context* netcontext, hostent** hp) { in android_gethostbyaddrfornetcontext()
908 const struct android_net_context* netcontext, in android_gethostbyaddrfornetcontext_proxy()
DDns64Configuration.cpp76 android_net_context netcontext{}; in startPrefixDiscovery() local
142 bool Dns64Configuration::doRfc7050PrefixDiscovery(const android_net_context& netcontext, in doRfc7050PrefixDiscovery()
DDnsProxyListener.cpp509 const android_net_context& netcontext) in GetAddrInfoHandler()
744 android_net_context netcontext; in runCommand() local
800 android_net_context netcontext; in runCommand() local
814 const android_net_context& netcontext) in ResNSendHandler()
936 android_net_context netcontext; in runCommand() local
976 android_net_context netcontext; in runCommand() local
990 const android_net_context& netcontext) in GetHostByNameHandler()
1111 android_net_context netcontext; in runCommand() local
1126 const android_net_context& netcontext) in GetHostByAddrHandler()
Dres_init.cpp386 void res_setnetcontext(res_state statp, const struct android_net_context* netcontext) { in res_setnetcontext()
Dgetaddrinfo.cpp261 const android_net_context netcontext = { in getaddrinfo_numeric() local
273 const struct android_net_context* netcontext, in android_getaddrinfofornetcontext()
439 struct addrinfo** res, const struct android_net_context* netcontext) { in explore_fqdn()
1382 const android_net_context* netcontext, addrinfo** rv) { in dns_getaddrinfo()
DResolverController.cpp179 [](uint32_t netId, uint32_t uid, android_net_context* netcontext) { in ResolverController()
/system/netd/server/
Dmain.cpp73 void getNetworkContextCallback(uint32_t netId, uint32_t uid, android_net_context* netcontext) { in getNetworkContextCallback()