Searched refs:interface_str (Results 1 – 10 of 10) sorted by relevance
365 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()
943 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()
791 char *interface_str; member
1109 new->interface_str = orig->interface_str; in cil_copy_netifcon()
301 return strcmp(anetifcon->interface_str, bnetifcon->interface_str); in cil_post_netifcon_compare()
1498 cil_log(CIL_INFO, "NETIFCON %s", netifcon->interface_str); in cil_tree_print_node()
1777 fprintf(out, "netifcon %s ", netifcon->interface_str); in cil_netifcons_to_policy()
2010 (*netifcon)->interface_str = NULL; in cil_netifcon_init()
3242 new_ocon->u.name = cil_strdup(cil_netifcon->interface_str); in cil_netifcon_to_policydb()
4654 netifcon->interface_str = parse_current->next->data; in cil_gen_netifcon()