Home
last modified time | relevance | path

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

/external/selinux/libsepol/src/
Dnodes.c38 case SEPOL_PROTO_IP4: in node_from_record()
100 case SEPOL_PROTO_IP4: in node_to_record()
183 case SEPOL_PROTO_IP4: in sepol_node_exists()
243 case SEPOL_PROTO_IP4: in sepol_node_query()
254 c, SEPOL_PROTO_IP4, in sepol_node_query()
314 case SEPOL_PROTO_IP4: in sepol_node_modify()
358 if (node_to_record(handle, policydb, c, SEPOL_PROTO_IP4, &node) in sepol_node_iterate()
Dnode_record.c50 case SEPOL_PROTO_IP4: in node_parse_addr()
97 case SEPOL_PROTO_IP4: in node_alloc_addr()
140 case SEPOL_PROTO_IP4: in node_expand_addr()
193 case SEPOL_PROTO_IP4: in node_alloc_addr_string()
554 case SEPOL_PROTO_IP4: in hidden_def()
580 tmp_node->proto = SEPOL_PROTO_IP4; in hidden_def()
/external/selinux/libsepol/include/sepol/
Dnode_record.h17 #define SEPOL_PROTO_IP4 0 macro