Searched refs:android_net_context (Results 1 – 18 of 18) sorted by relevance
/system/netd/resolv/ |
D | DnsProxyListener.h | 51 const android_net_context& netcontext); 63 android_net_context mNetContext; 77 const android_net_context& netcontext); 88 android_net_context mNetContext; 102 const android_net_context& netcontext); 114 android_net_context mNetContext; 128 const android_net_context& netcontext); 137 android_net_context mNetContext;
|
D | gethnamaddr.h | 23 int android_gethostbynamefornetcontext(const char*, int, const android_net_context*, hostent**); 26 int android_gethostbyaddrfornetcontext(const void*, socklen_t, int, const android_net_context*,
|
D | Dns64Configuration.h | 30 struct android_net_context; 64 using GetNetworkContextCallback = std::function<void(uint32_t, uint32_t, android_net_context*)>; 99 static bool doRfc7050PrefixDiscovery(const android_net_context& netcontext, Dns64Config* cfg);
|
D | getaddrinfo.h | 25 const android_net_context*, addrinfo**);
|
D | res_send.h | 22 int resolv_res_nsend(const android_net_context* netContext, const uint8_t* msg, int msgLen,
|
D | resolv_private.h | 228 struct android_net_context; /* forward */ 229 void res_setnetcontext(res_state, const struct android_net_context*);
|
D | gethnamaddr.cpp | 119 const android_net_context* netcontext, getnamaddr* info); 123 size_t hbuflen, const android_net_context* netcontext); 128 const struct android_net_context*); 130 const struct android_net_context* netcontext, 497 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() [all …]
|
D | DnsProxyListener.cpp | 156 void maybeFixupNetContext(android_net_context* ctx) { in maybeFixupNetContext() 302 void reportDnsEvent(int eventType, const android_net_context& netContext, int latencyUs, in reportDnsEvent() 509 const android_net_context& netcontext) in GetAddrInfoHandler() 744 android_net_context netcontext; in runCommand() 800 android_net_context netcontext; in runCommand() 814 const android_net_context& netcontext) in ResNSendHandler() 936 android_net_context netcontext; in runCommand() 976 android_net_context netcontext; in runCommand() 990 const android_net_context& netcontext) in GetHostByNameHandler() 1111 android_net_context netcontext; in runCommand() [all …]
|
D | Dns64Configuration.cpp | 76 android_net_context netcontext{}; in startPrefixDiscovery() 142 bool Dns64Configuration::doRfc7050PrefixDiscovery(const android_net_context& netcontext, in doRfc7050PrefixDiscovery()
|
D | getaddrinfo.cpp | 128 const struct android_net_context*); 144 const android_net_context* netcontext, addrinfo** rv); 261 const android_net_context netcontext = { in getaddrinfo_numeric() 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()
|
D | res_init.cpp | 386 void res_setnetcontext(res_state statp, const struct android_net_context* netcontext) { in res_setnetcontext()
|
D | ResolverController.cpp | 179 [](uint32_t netId, uint32_t uid, android_net_context* netcontext) { in ResolverController()
|
D | libnetd_resolv_test.cpp | 96 const android_net_context mNetcontext = {
|
D | res_send.cpp | 1300 int resolv_res_nsend(const android_net_context* netContext, const uint8_t* msg, int msgLen, in resolv_res_nsend()
|
/system/netd/resolv/include/netd_resolv/ |
D | resolv.h | 70 struct android_net_context { struct 87 android_net_context* netcontext); argument
|
/system/netd/server/ |
D | NetworkController.h | 38 struct android_net_context; 104 void getNetworkContext(unsigned netId, uid_t uid, struct android_net_context* netcontext) const;
|
D | main.cpp | 73 void getNetworkContextCallback(uint32_t netId, uint32_t uid, android_net_context* netcontext) { in getNetworkContextCallback()
|
D | NetworkController.cpp | 282 unsigned netId, uid_t uid, struct android_net_context* netcontext) const { in getNetworkContext() 285 struct android_net_context nc = { in getNetworkContext()
|