Home
last modified time | relevance | path

Searched refs:semanage_node_get_proto_str (Results 1 – 6 of 6) sorted by relevance

/external/selinux/libsemanage/src/
Dnode_record.c176 const char *semanage_node_get_proto_str(int proto) in hidden_def()
182 hidden_def(semanage_node_get_proto_str) in hidden_def() argument
Dnode_internal.h28 hidden_proto(semanage_node_get_proto_str)
Dnodes_file.c32 const char *proto_str = semanage_node_get_proto_str(proto); in node_print()
Dpywrap-test.py368 proto_str = semanage.semanage_node_get_proto_str(proto)
1089 …print("SENode protocol set: %s" % semanage.semanage_node_get_proto_str(semanage.SEMANAGE_PROTO_IP6…
/external/selinux/libsemanage/include/semanage/
Dnode_record.h76 extern const char *semanage_node_get_proto_str(int proto);
/external/selinux/libsemanage/tests/
Dtest_node.c414 CU_ASSERT_STRING_EQUAL(semanage_node_get_proto_str(SEMANAGE_PROTO_IP4), in test_node_get_proto_str()
416 CU_ASSERT_STRING_EQUAL(semanage_node_get_proto_str(SEMANAGE_PROTO_IP6), in test_node_get_proto_str()