OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:netcontext
(Results
1 - 8
of
8
) sorted by null
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
netcontext.py
56
class
NetContext
(symbol.PolicySymbol):
72
class Netifcon(
NetContext
):
98
class Nodecon(
NetContext
):
156
class Portcon(
NetContext
):
__init__.py
68
from . import
netcontext
582
yield
netcontext
.netifcon_factory(self.policy, ifcon)
587
yield
netcontext
.nodecon_factory(self.policy, node)
592
yield
netcontext
.portcon_factory(self.policy, port)
/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
Completed in 627 milliseconds