Home
last modified time | relevance | path

Searched refs:cil_portcon (Results 1 – 13 of 13) sorted by relevance

/external/selinux/libsepol/cil/test/unit/
Dtest_cil_post.c207 struct cil_portcon *aportcon; in test_cil_post_portcon_compare_atotal_greater_btotal()
210 struct cil_portcon *bportcon; in test_cil_post_portcon_compare_atotal_greater_btotal()
224 struct cil_portcon *aportcon; in test_cil_post_portcon_compare_btotal_greater_atotal()
227 struct cil_portcon *bportcon; in test_cil_post_portcon_compare_btotal_greater_atotal()
241 struct cil_portcon *aportcon; in test_cil_post_portcon_compare_aportlow_greater_bportlow()
244 struct cil_portcon *bportcon; in test_cil_post_portcon_compare_aportlow_greater_bportlow()
258 struct cil_portcon *aportcon; in test_cil_post_portcon_compare_bportlow_greater_aportlow()
261 struct cil_portcon *bportcon; in test_cil_post_portcon_compare_bportlow_greater_aportlow()
275 struct cil_portcon *aportcon; in test_cil_post_portcon_compare_equal()
278 struct cil_portcon *bportcon; in test_cil_post_portcon_compare_equal()
/external/selinux/libsepol/cil/src/
Dcil_post.c262 struct cil_portcon *aportcon = *(struct cil_portcon**)a; in cil_post_portcon_compare()
263 struct cil_portcon *bportcon = *(struct cil_portcon**)b; in cil_post_portcon_compare()
471 struct cil_portcon *a_portcon = *(struct cil_portcon**)a; in cil_post_portcon_context_compare()
472 struct cil_portcon *b_portcon = *(struct cil_portcon**)b; in cil_post_portcon_context_compare()
1936 struct cil_portcon *portcon = node->data; in __cil_post_db_cat_helper()
Dcil_internal.h754 struct cil_portcon { struct
1032 void cil_portcon_init(struct cil_portcon **portcon);
Dcil_reset_ast.c298 static void cil_reset_portcon(struct cil_portcon *portcon) in cil_reset_portcon()
Dcil_build_ast.h183 void cil_destroy_portcon(struct cil_portcon *portcon);
Dcil_binary.c3262 struct cil_portcon *cil_portcon = portcons->array[i]; in cil_portcon_to_policydb() local
3265 switch (cil_portcon->proto) { in cil_portcon_to_policydb()
3281 new_ocon->u.port.low_port = cil_portcon->port_low; in cil_portcon_to_policydb()
3282 new_ocon->u.port.high_port = cil_portcon->port_high; in cil_portcon_to_policydb()
3284 rc = __cil_context_to_sepol_context(pdb, cil_portcon->context, &new_ocon->context[0]); in cil_portcon_to_policydb()
Dcil_copy_ast.c1254 struct cil_portcon *orig = data; in cil_copy_portcon()
1255 struct cil_portcon *new = NULL; in cil_copy_portcon()
Dcil_verify.c1126 struct cil_portcon *port = node->data; in __cil_verify_portcon()
Dcil_tree.c1427 struct cil_portcon *portcon = node->data; in cil_tree_print_node()
Dcil_policy.c1749 struct cil_portcon *portcon; in cil_portcons_to_policy()
Dcil.c2301 void cil_portcon_init(struct cil_portcon **portcon) in cil_portcon_init()
Dcil_build_ast.c4387 struct cil_portcon *portcon = NULL; in cil_gen_portcon()
4463 void cil_destroy_portcon(struct cil_portcon *portcon) in cil_destroy_portcon()
Dcil_resolve_ast.c1950 struct cil_portcon *portcon = current->data; in cil_resolve_portcon()