Home
last modified time | relevance | path

Searched refs:netcontext (Results 1 – 4 of 4) sorted by relevance

/system/netd/server/
DDnsProxyListener.cpp258 const android_net_context& netcontext, const int reportingLevel, in GetAddrInfoHandler() argument
264 mNetContext(netcontext), in GetAddrInfoHandler()
483 android_net_context netcontext; in runCommand() local
484 mDnsProxyListener->mNetCtrl->getNetworkContext(netId, uid, &netcontext); in runCommand()
486 netcontext.flags |= NET_CONTEXT_FLAG_USE_LOCAL_NAMESERVERS; in runCommand()
502 netcontext.app_netid, netcontext.app_mark, in runCommand()
503 netcontext.dns_netid, netcontext.dns_mark, in runCommand()
504 netcontext.uid); in runCommand()
510 new DnsProxyListener::GetAddrInfoHandler(cli, name, service, hints, netcontext, in runCommand()
549 android_net_context netcontext; in runCommand() local
[all …]
DDnsProxyListener.h62 const struct android_net_context& netcontext,
94 const android_net_context& netcontext,
126 const android_net_context& netcontext);
DNetworkController.h97 void getNetworkContext(unsigned netId, uid_t uid, struct android_net_context* netcontext) const;
DNetworkController.cpp286 unsigned netId, uid_t uid, struct android_net_context* netcontext) const { in getNetworkContext()
329 if (netcontext) { in getNetworkContext()
330 *netcontext = nc; in getNetworkContext()