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()
200 case SEPOL_PROTO_IP6: in sepol_node_exists()
263 case SEPOL_PROTO_IP6: in sepol_node_query()
274 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()
108 case SEPOL_PROTO_IP6: in node_alloc_addr()
161 case SEPOL_PROTO_IP6: in node_expand_addr()
207 case SEPOL_PROTO_IP6: in node_alloc_addr_string()
564 case SEPOL_PROTO_IP6: in hidden_def()
/external/selinux/libsepol/include/sepol/
Dnode_record.h17 #define SEPOL_PROTO_IP6 1 macro