Home
last modified time | relevance | path

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

/system/netd/server/
DDnsProxyListener.cpp126 const struct android_net_context& netcontext, const int reportingLevel, in GetAddrInfoHandler() argument
132 mNetContext(netcontext), in GetAddrInfoHandler()
342 struct android_net_context netcontext; in runCommand() local
343 mDnsProxyListener->mNetCtrl->getNetworkContext(netId, uid, &netcontext); in runCommand()
358 netcontext.app_netid, netcontext.app_mark, in runCommand()
359 netcontext.dns_netid, netcontext.dns_mark, in runCommand()
360 netcontext.uid); in runCommand()
366 new DnsProxyListener::GetAddrInfoHandler(cli, name, service, hints, netcontext, in runCommand()
DDnsProxyListener.h60 const struct android_net_context& netcontext,
DNetworkController.h65 void getNetworkContext(unsigned netId, uid_t uid, struct android_net_context* netcontext) const;
DNetworkController.cpp262 unsigned netId, uid_t uid, struct android_net_context* netcontext) const { in getNetworkContext()
303 if (netcontext) { in getNetworkContext()
304 *netcontext = nc; in getNetworkContext()