/system/netd/server/ |
DnsProxyListener.cpp | 63 const struct android_net_context& netcontext, 69 mNetContext(netcontext), 269 struct android_net_context netcontext; local 270 mDnsProxyListener->mNetCtrl->getNetworkContext(netId, uid, &netcontext); 285 netcontext.app_netid, netcontext.app_mark, 286 netcontext.dns_netid, netcontext.dns_mark, 287 netcontext.uid); 292 new DnsProxyListener::GetAddrInfoHandler(cli, name, service, hints, netcontext, [all...] |
DnsProxyListener.h | 61 const struct android_net_context& netcontext,
|
NetworkController.h | 60 void getNetworkContext(unsigned netId, uid_t uid, struct android_net_context* netcontext) const;
|
NetworkController.cpp | 257 unsigned netId, uid_t uid, struct android_net_context* netcontext) const { 293 if (netcontext) { 294 *netcontext = nc;
|
/bionic/libc/dns/net/ |
getaddrinfo.c | 570 struct android_net_context netcontext = { local 577 return android_getaddrinfofornetcontext(hostname, servname, hints, &netcontext, res); 582 const struct addrinfo *hints, const struct android_net_context *netcontext, 597 assert(netcontext != NULL); 729 hostname, servname, hints, res, netcontext->app_netid); 762 pai, hostname, servname, &cur->ai_next, netcontext); 796 const struct android_net_context *netcontext) 822 default_dns_files, hostname, pai, netcontext)) { 1880 const struct android_net_context *netcontext; local [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/ |
portconquery.py | 23 from .policyrep.netcontext import port_range
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/ |
__init__.py | 68 from . import netcontext namespace 582 yield netcontext.netifcon_factory(self.policy, ifcon) 587 yield netcontext.nodecon_factory(self.policy, node) 592 yield netcontext.portcon_factory(self.policy, port)
|