Home
last modified time | relevance | path

Searched refs:SEPOL_PROTO_IP6 (Results 1 – 3 of 3) sorted by relevance

/external/selinux/libsepol/src/
Dnodes.c42 case SEPOL_PROTO_IP6: in node_from_record()
112 case SEPOL_PROTO_IP6: in node_to_record()
199 case SEPOL_PROTO_IP6: in sepol_node_exists()
262 case SEPOL_PROTO_IP6: in sepol_node_query()
273 c, SEPOL_PROTO_IP6, in sepol_node_query()
321 case SEPOL_PROTO_IP6: in sepol_node_modify()
377 if (node_to_record(handle, policydb, c, SEPOL_PROTO_IP6, &node) in sepol_node_iterate()
Dnode_record.c63 case SEPOL_PROTO_IP6: in node_parse_addr()
104 case SEPOL_PROTO_IP6: in node_alloc_addr()
157 case SEPOL_PROTO_IP6: in node_expand_addr()
199 case SEPOL_PROTO_IP6: in node_alloc_addr_string()
556 case SEPOL_PROTO_IP6: in hidden_def()
/external/selinux/libsepol/include/sepol/
Dnode_record.h18 #define SEPOL_PROTO_IP6 1 macro