Searched refs:SEMANAGE_PROTO_IP4 (Results 1 – 3 of 3) sorted by relevance
/external/selinux/libsemanage/tests/ |
D | test_node.c | 208 SEMANAGE_PROTO_IP4, &key2) >= 0); in test_node_compare() 261 SEMANAGE_PROTO_IP4, &key) >= 0); in test_node_key_create() 300 CU_ASSERT(semanage_node_set_addr(sh, node, SEMANAGE_PROTO_IP4, in test_node_get_set_addr() 352 CU_ASSERT(semanage_node_set_mask(sh, node, SEMANAGE_PROTO_IP4, in test_node_get_set_mask() 403 semanage_node_set_proto(node, SEMANAGE_PROTO_IP4); in test_node_get_set_proto() 404 CU_ASSERT(semanage_node_get_proto(node) == SEMANAGE_PROTO_IP4); in test_node_get_set_proto() 414 CU_ASSERT_STRING_EQUAL(semanage_node_get_proto_str(SEMANAGE_PROTO_IP4), in test_node_get_proto_str() 454 CU_ASSERT(semanage_node_set_addr(sh, node, SEMANAGE_PROTO_IP4, in test_node_create() 456 CU_ASSERT(semanage_node_set_mask(sh, node, SEMANAGE_PROTO_IP4, in test_node_create() 458 semanage_node_set_proto(node, SEMANAGE_PROTO_IP4); in test_node_create() [all …]
|
/external/selinux/libsemanage/include/semanage/ |
D | node_record.h | 18 #define SEMANAGE_PROTO_IP4 0 macro
|
/external/selinux/libsemanage/src/ |
D | nodes_file.c | 84 proto = SEMANAGE_PROTO_IP4; in node_parse()
|