Home
last modified time | relevance | path

Searched refs:android_net_context (Results 1 – 18 of 18) sorted by relevance

/system/netd/resolv/
DDnsProxyListener.h51 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;
Dgethnamaddr.h23 int android_gethostbynamefornetcontext(const char*, int, const android_net_context*, hostent**);
26 int android_gethostbyaddrfornetcontext(const void*, socklen_t, int, const android_net_context*,
DDns64Configuration.h30 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);
Dgetaddrinfo.h25 const android_net_context*, addrinfo**);
Dres_send.h22 int resolv_res_nsend(const android_net_context* netContext, const uint8_t* msg, int msgLen,
Dresolv_private.h228 struct android_net_context; /* forward */
229 void res_setnetcontext(res_state, const struct android_net_context*);
Dgethnamaddr.cpp119 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 …]
DDnsProxyListener.cpp156 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 …]
DDns64Configuration.cpp76 android_net_context netcontext{}; in startPrefixDiscovery()
142 bool Dns64Configuration::doRfc7050PrefixDiscovery(const android_net_context& netcontext, in doRfc7050PrefixDiscovery()
Dgetaddrinfo.cpp128 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()
Dres_init.cpp386 void res_setnetcontext(res_state statp, const struct android_net_context* netcontext) { in res_setnetcontext()
DResolverController.cpp179 [](uint32_t netId, uint32_t uid, android_net_context* netcontext) { in ResolverController()
Dlibnetd_resolv_test.cpp96 const android_net_context mNetcontext = {
Dres_send.cpp1300 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/
Dresolv.h70 struct android_net_context { struct
87 android_net_context* netcontext); argument
/system/netd/server/
DNetworkController.h38 struct android_net_context;
104 void getNetworkContext(unsigned netId, uid_t uid, struct android_net_context* netcontext) const;
Dmain.cpp73 void getNetworkContextCallback(uint32_t netId, uint32_t uid, android_net_context* netcontext) { in getNetworkContextCallback()
DNetworkController.cpp282 unsigned netId, uid_t uid, struct android_net_context* netcontext) const { in getNetworkContext()
285 struct android_net_context nc = { in getNetworkContext()