Searched refs:port_high (Results 1 – 12 of 12) sorted by relevance
/third_party/selinux/libsepol/cil/test/unit/ |
D | test_cil_post.c | 214 aportcon->port_high = 30; in test_cil_post_portcon_compare_atotal_greater_btotal() 217 bportcon->port_high = 11; in test_cil_post_portcon_compare_atotal_greater_btotal() 231 aportcon->port_high = 5; in test_cil_post_portcon_compare_btotal_greater_atotal() 234 bportcon->port_high = 20; in test_cil_post_portcon_compare_btotal_greater_atotal() 248 aportcon->port_high = 33; in test_cil_post_portcon_compare_aportlow_greater_bportlow() 251 bportcon->port_high = 20; in test_cil_post_portcon_compare_aportlow_greater_bportlow() 265 aportcon->port_high = 8; in test_cil_post_portcon_compare_bportlow_greater_aportlow() 268 bportcon->port_high = 20; in test_cil_post_portcon_compare_bportlow_greater_aportlow() 282 aportcon->port_high = 20; in test_cil_post_portcon_compare_equal() 285 bportcon->port_high = 20; in test_cil_post_portcon_compare_equal()
|
/third_party/selinux/secilc/docs/ |
D | cil_xen_statements.md | 60 (ioportcon port|(port_low port_high) context_id) 77 <p><code>(port_low port_high)</code></p></td>
|
D | cil_network_labeling_statements.md | 184 (portcon protocol port|(port_low port_high) context_id) 205 <p><code>(port_low port_high)</code></p></td>
|
/third_party/iptables/extensions/ |
D | libxt_conntrack.c | 781 u_int16_t port_low, u_int16_t port_high) in conntrack_dump_ports() argument 783 if (port_high == 0 || port_low == port_high) in conntrack_dump_ports() 786 printf(" %s%s %u:%u", prefix, opt, port_low, port_high); in conntrack_dump_ports()
|
/third_party/selinux/libsepol/cil/src/ |
D | cil_internal.h | 768 uint32_t port_high; member
|
D | cil_write_ast.c | 1286 if (portcon->port_low == portcon->port_high) in cil_write_ast_node() 1289 fprintf(out, "(%d %d) ", portcon->port_low, portcon->port_high); in cil_write_ast_node()
|
D | cil_policy.c | 1763 if (portcon->port_low == portcon->port_high) { in cil_portcons_to_policy() 1766 fprintf(out, "%d-%d ", portcon->port_low, portcon->port_high); in cil_portcons_to_policy()
|
D | cil_copy_ast.c | 1253 new->port_high = orig->port_high; in cil_copy_portcon()
|
D | cil_post.c | 279 rc = (aportcon->port_high - aportcon->port_low) in cil_post_portcon_compare() 280 - (bportcon->port_high - bportcon->port_low); in cil_post_portcon_compare()
|
D | cil.c | 2554 (*portcon)->port_high = 0; in cil_portcon_init()
|
D | cil_build_ast.c | 4425 rc = cil_fill_integer(parse_current->next->next->cl_head->next, &portcon->port_high, 10); in cil_gen_portcon() 4441 portcon->port_high = portcon->port_low; in cil_gen_portcon()
|
D | cil_binary.c | 3303 new_ocon->u.port.high_port = cil_portcon->port_high; in cil_portcon_to_policydb()
|