Home
last modified time | relevance | path

Searched refs:interface_str (Results 1 – 10 of 10) sorted by relevance

/external/selinux/libsepol/cil/test/unit/
Dtest_cil_post.c365 anetifcon->interface_str = "aaa"; in test_cil_post_netifcon_compare_a_greater_b()
369 bnetifcon->interface_str = "bbb"; in test_cil_post_netifcon_compare_a_greater_b()
378 anetifcon->interface_str = "bbb"; in test_cil_post_netifcon_compare_b_greater_a()
382 bnetifcon->interface_str = "aaa"; in test_cil_post_netifcon_compare_b_greater_a()
391 anetifcon->interface_str = "aaa"; in test_cil_post_netifcon_compare_equal()
395 bnetifcon->interface_str = "aaa"; in test_cil_post_netifcon_compare_equal()
Dtest_cil_copy_ast.c943 CuAssertStrEquals(tc, test_copy->interface_str, in test_cil_copy_netifcon()
944 ((struct cil_netifcon *)test_ast_node->data)->interface_str); in test_cil_copy_netifcon()
977 CuAssertStrEquals(tc, test_copy->interface_str, in test_cil_copy_netifcon_nested()
978 ((struct cil_netifcon *)test_ast_node->data)->interface_str); in test_cil_copy_netifcon_nested()
/external/selinux/libsepol/cil/src/
Dcil_internal.h791 char *interface_str; member
Dcil_copy_ast.c1109 new->interface_str = orig->interface_str; in cil_copy_netifcon()
Dcil_post.c301 return strcmp(anetifcon->interface_str, bnetifcon->interface_str); in cil_post_netifcon_compare()
Dcil_tree.c1498 cil_log(CIL_INFO, "NETIFCON %s", netifcon->interface_str); in cil_tree_print_node()
Dcil_policy.c1777 fprintf(out, "netifcon %s ", netifcon->interface_str); in cil_netifcons_to_policy()
Dcil.c2010 (*netifcon)->interface_str = NULL; in cil_netifcon_init()
Dcil_binary.c3242 new_ocon->u.name = cil_strdup(cil_netifcon->interface_str); in cil_netifcon_to_policydb()
Dcil_build_ast.c4654 netifcon->interface_str = parse_current->next->data; in cil_gen_netifcon()