OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:port_low
(Results
1 - 12
of
12
) sorted by null
/external/selinux/libsepol/cil/test/unit/
test_cil_post.c
213
aportcon->
port_low
= 15;
216
bportcon->
port_low
= 10;
230
aportcon->
port_low
= 5;
233
bportcon->
port_low
= 11;
247
aportcon->
port_low
= 30;
250
bportcon->
port_low
= 17;
264
aportcon->
port_low
= 5;
267
bportcon->
port_low
= 17;
281
aportcon->
port_low
= 17;
284
bportcon->
port_low
= 17
[
all
...]
/external/selinux/secilc/docs/
cil_network_labeling_statements.md
162
(portcon protocol port|(
port_low
port_high) context_id)
182
<p><code>(
port_low
port_high)</code></p></td>
cil_xen_statements.md
55
(ioportcon port|(
port_low
port_high) context_id)
71
<p><code>(
port_low
port_high)</code></p></td>
/external/selinux/libsepol/cil/src/
cil_post.c
163
rc = (aportcon->port_high - aportcon->
port_low
)
164
- (bportcon->port_high - bportcon->
port_low
);
166
if (aportcon->
port_low
< bportcon->
port_low
) {
168
} else if (bportcon->
port_low
< aportcon->
port_low
) {
[
all
...]
cil_policy.c
[
all
...]
cil_internal.h
742
uint32_t
port_low
;
member in struct:cil_portcon
cil_copy_ast.c
1215
new->
port_low
= orig->
port_low
;
[
all
...]
cil_build_ast.c
[
all
...]
cil_tree.c
[
all
...]
cil.c
[
all
...]
cil_binary.c
[
all
...]
/external/iptables/extensions/
libxt_conntrack.c
789
u_int16_t
port_low
, u_int16_t port_high)
791
if (port_high == 0 ||
port_low
== port_high)
792
printf(" %s%s %u", prefix, opt,
port_low
);
794
printf(" %s%s %u:%u", prefix, opt,
port_low
, port_high);
[
all
...]
Completed in 766 milliseconds