Home
last modified time | relevance | path

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

/external/selinux/libsemanage/tests/
Dtest_node.c208 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/
Dnode_record.h18 #define SEMANAGE_PROTO_IP4 0 macro
/external/selinux/libsemanage/src/
Dnodes_file.c84 proto = SEMANAGE_PROTO_IP4; in node_parse()