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

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
__init__.py 29 from .netifcon import NetifconsDifference
  /external/selinux/libsepol/cil/src/
cil_reset_ast.c 312 static void cil_reset_netifcon(struct cil_netifcon *netifcon)
314 if (netifcon->if_context_str == NULL) {
315 cil_reset_context(netifcon->if_context);
318 if (netifcon->packet_context_str == NULL) {
319 cil_reset_context(netifcon->packet_context);
cil_tree.c 1477 struct cil_netifcon *netifcon = node->data; local
    [all...]
cil.c 194 CIL_KEY_NETIFCON = cil_strpool_add("netifcon");
256 cil_sort_init(&(*db)->netifcon);
307 cil_sort_destroy(&(*db)->netifcon);
    [all...]
cil_internal.h 285 struct cil_sort *netifcon; member in struct:cil_db
966 void cil_netifcon_init(struct cil_netifcon **netifcon);
cil_post.c 393 db->netifcon->count++;
484 struct cil_sort *sort = db->netifcon;
1646 struct cil_netifcon *netifcon = node->data; local
    [all...]
cil_build_ast.c 4522 struct cil_netifcon *netifcon = NULL; local
    [all...]
cil_policy.c 1745 struct cil_netifcon *netifcon; local
    [all...]
cil_resolve_ast.c 2028 struct cil_netifcon *netifcon = current->data; local
    [all...]
cil_build_ast.h 185 void cil_destroy_netifcon(struct cil_netifcon *netifcon);
cil_binary.c     [all...]
  /external/selinux/checkpolicy/
policy_scan.l 188 netifcon |
189 NETIFCON { return(NETIFCON);}
  /external/selinux/prebuilts/bin/
sediff.py 93 labeling.add_argument("--netifcon", action="store_true", help="Print netifcon differences")
115 args.netifcon, args.nodecon, args.portcon, args.fs_use, args.polcap,
    [all...]

Completed in 127 milliseconds