Home
last modified time | relevance | path

Searched refs:port_high (Results 1 – 14 of 14) sorted by relevance

/external/selinux/libsepol/cil/test/unit/
Dtest_cil_post.c214 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()
/external/kernel-headers/original/uapi/linux/
Dserial.h36 unsigned int port_high; member
/external/selinux/secilc/docs/
Dcil_xen_statements.md55 (ioportcon port|(port_low port_high) context_id)
71 <p><code>(port_low port_high)</code></p></td>
Dcil_network_labeling_statements.md162 (portcon protocol port|(port_low port_high) context_id)
182 <p><code>(port_low port_high)</code></p></td>
/external/iptables/extensions/
Dlibxt_conntrack.c789 u_int16_t port_low, u_int16_t port_high) in conntrack_dump_ports() argument
791 if (port_high == 0 || port_low == port_high) in conntrack_dump_ports()
794 printf(" %s%s %u:%u", prefix, opt, port_low, port_high); in conntrack_dump_ports()
/external/selinux/libsepol/cil/src/
Dcil_internal.h757 uint32_t port_high; member
Dcil_policy.c1761 if (portcon->port_low == portcon->port_high) { in cil_portcons_to_policy()
1764 fprintf(out, "%d-%d ", portcon->port_low, portcon->port_high); in cil_portcons_to_policy()
Dcil_copy_ast.c1261 new->port_high = orig->port_high; in cil_copy_portcon()
Dcil_post.c265 rc = (aportcon->port_high - aportcon->port_low) in cil_post_portcon_compare()
266 - (bportcon->port_high - bportcon->port_low); in cil_post_portcon_compare()
Dcil_tree.c1436 cil_log(CIL_INFO, " (%d %d)", portcon->port_low, portcon->port_high); in cil_tree_print_node()
Dcil.c2306 (*portcon)->port_high = 0; in cil_portcon_init()
Dcil_build_ast.c4422 rc = cil_fill_integer(parse_current->next->next->cl_head->next, &portcon->port_high, 10); in cil_gen_portcon()
4438 portcon->port_high = portcon->port_low; in cil_gen_portcon()
Dcil_binary.c3282 new_ocon->u.port.high_port = cil_portcon->port_high; in cil_portcon_to_policydb()
/external/valgrind/include/vki/
Dvki-linux.h4721 unsigned int port_high; member