OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ocon
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
nodecon.py
74
def __init__(self,
ocon
):
75
self.origin =
ocon
76
self.ip_version =
ocon
.ip_version
77
self.address =
ocon
.address
78
self.netmask =
ocon
.netmask
79
self.key = hash(
ocon
)
portcon.py
74
def __init__(self,
ocon
):
75
self.origin =
ocon
76
self.protocol =
ocon
.protocol
77
self.low, self.high =
ocon
.ports
78
self.key = hash(
ocon
)
netifcon.py
90
def __init__(self,
ocon
):
91
self.origin =
ocon
92
self.netif =
ocon
.netif
93
self.key = hash(
ocon
)
/external/selinux/libsepol/src/
module_to_cil.c
2787
int
ocon
;
local
2839
struct
ocon
text *
ocon
;
local
[
all
...]
Completed in 39 milliseconds