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()
184 case SEPOL_PROTO_IP4: in sepol_node_exists()
244 case SEPOL_PROTO_IP4: in sepol_node_query()
255 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()
101 case SEPOL_PROTO_IP4: in node_alloc_addr()
144 case SEPOL_PROTO_IP4: in node_expand_addr()
201 case SEPOL_PROTO_IP4: in node_alloc_addr_string()
562 case SEPOL_PROTO_IP4: in hidden_def()
588 tmp_node->proto = SEPOL_PROTO_IP4; in hidden_def()
/external/selinux/libsepol/include/sepol/
Dnode_record.h16 #define SEPOL_PROTO_IP4 0 macro