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

  /external/selinux/libsepol/cil/src/
cil_reset_ast.c 319 cil_reset_context(netifcon->packet_context);
cil_copy_ast.c 1098 cil_context_init(&new->packet_context);
1099 cil_copy_fill_context(db, orig->packet_context, new->packet_context);
    [all...]
cil_internal.h 757 struct cil_context *packet_context; member in struct:cil_netifcon
cil_tree.c     [all...]
cil_verify.c 989 struct cil_context *pkt_ctx = netif->packet_context;
    [all...]
cil_build_ast.c     [all...]
cil_policy.c 160 cil_context_to_policy(file_arr, NETIFCONS, netifcon->packet_context);
    [all...]
cil_resolve_ast.c     [all...]
cil.c     [all...]
cil_post.c     [all...]
cil_binary.c     [all...]
  /external/selinux/libsepol/cil/test/unit/
test_cil_copy_ast.c 983 CuAssertStrEquals(tc, test_copy->packet_context->user_str,
984 ((struct cil_netifcon *)test_ast_node->data)->packet_context->user_str);
985 CuAssertStrEquals(tc, test_copy->packet_context->role_str,
986 ((struct cil_netifcon *)test_ast_node->data)->packet_context->role_str);
987 CuAssertStrEquals(tc, test_copy->packet_context->type_str,
988 ((struct cil_netifcon *)test_ast_node->data)->packet_context->type_str);
989 CuAssertStrEquals(tc, test_copy->packet_context->range_str,
990 ((struct cil_netifcon *)test_ast_node->data)->packet_context->range_str);
    [all...]
  /external/selinux/sepolgen/src/sepolgen/
refpolicy.py 648 self.packet_context = None
652 str(self.packet_context))
refparser.py 662 n.packet_context = p[4]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
refpolicy.py 648 self.packet_context = None
652 str(self.packet_context))
refparser.py 663 n.packet_context = p[4]

Completed in 346 milliseconds