HomeSort by relevance Sort by last modified time
    Searched refs:cil_netifcon (Results 1 - 14 of 14) sorted by null

  /external/selinux/libsepol/cil/test/unit/
test_cil_post.c 363 struct cil_netifcon *anetifcon;
367 struct cil_netifcon *bnetifcon;
376 struct cil_netifcon *anetifcon;
380 struct cil_netifcon *bnetifcon;
389 struct cil_netifcon *anetifcon;
393 struct cil_netifcon *bnetifcon;
test_cil_copy_ast.c 936 struct cil_netifcon *test_copy;
944 ((struct cil_netifcon *)test_ast_node->data)->interface_str);
946 ((struct cil_netifcon *)test_ast_node->data)->if_context_str);
948 ((struct cil_netifcon *)test_ast_node->data)->packet_context_str);
970 struct cil_netifcon *test_copy;
978 ((struct cil_netifcon *)test_ast_node->data)->interface_str);
980 ((struct cil_netifcon *)test_ast_node->data)->if_context_str);
982 ((struct cil_netifcon *)test_ast_node->data)->packet_context_str);
984 ((struct cil_netifcon *)test_ast_node->data)->packet_context->user_str);
986 ((struct cil_netifcon *)test_ast_node->data)->packet_context->role_str)
    [all...]
  /external/selinux/libsepol/cil/src/
cil_internal.h 708 struct cil_netifcon { struct
896 void cil_netifcon_init(struct cil_netifcon **netifcon);
cil_post.c 189 struct cil_netifcon *anetifcon = *(struct cil_netifcon**)a;
190 struct cil_netifcon *bnetifcon = *(struct cil_netifcon**)b;
364 case CIL_NETIFCON:
447 case CIL_NETIFCON: {
1289 case CIL_NETIFCON: {
1290 struct cil_netifcon *netifcon = node->data;
    [all...]
cil_reset_ast.c 287 static void cil_reset_netifcon(struct cil_netifcon *netifcon)
470 case CIL_NETIFCON:
cil_build_ast.h 176 void cil_destroy_netifcon(struct cil_netifcon *netifcon);
cil_binary.c 2770 struct cil_netifcon *cil_netifcon = netifcons->array[i]; local
    [all...]
cil_copy_ast.c 1002 struct cil_netifcon *orig = data;
1003 struct cil_netifcon *new = NULL;
    [all...]
cil_policy.c 156 struct cil_netifcon *netifcon = (struct cil_netifcon*)sort->array[i];
    [all...]
cil_verify.c 983 struct cil_netifcon *netif = node->data;
    [all...]
cil_tree.c     [all...]
cil.c 701 case CIL_NETIFCON:
1038 case CIL_NETIFCON:
    [all...]
cil_build_ast.c     [all...]
cil_resolve_ast.c     [all...]

Completed in 368 milliseconds