Home
last modified time | relevance | path

Searched refs:semanage_port_key_create (Results 1 – 5 of 5) sorted by relevance

/external/selinux/libsemanage/tests/
Dtest_port.c277 CU_ASSERT(semanage_port_key_create(sh, 1000, 1200, 0, &key) >= 0); in test_port_key_create()
498 CU_ASSERT(semanage_port_key_create(sh, 123, 456, 0, &key2) >= 0); in test_port_exists()
807 CU_ASSERT(semanage_port_key_create(sh, 101, 200, 0, &key1) >= 0); in helper_port_validate_local_twoports()
808 CU_ASSERT(semanage_port_key_create(sh, 201, 300, 0, &key2) >= 0); in helper_port_validate_local_twoports()
857 CU_ASSERT(semanage_port_key_create(sh, 101, 200, 0, &key1) >= 0); in helper_port_validate_local_proto()
858 CU_ASSERT(semanage_port_key_create(sh, 51, 250, 1, &key2) >= 0); in helper_port_validate_local_proto()
859 CU_ASSERT(semanage_port_key_create(sh, 201, 300, 0, &key3) >= 0); in helper_port_validate_local_proto()
/external/selinux/libsemanage/include/semanage/
Dport_record.h29 extern int semanage_port_key_create(semanage_handle_t * handle,
/external/selinux/libsemanage/src/
Dport_record.c52 int semanage_port_key_create(semanage_handle_t * handle, in semanage_port_key_create() function
Dsemanageswig_python_exception.i866 %exception semanage_port_key_create {
/external/selinux/python/semanage/
Dseobject.py1087 (rc, k) = semanage_port_key_create(self.sh, low, high, proto_d)