Searched refs:semanage_port_key_create (Results 1 – 5 of 5) sorted by relevance
/external/selinux/libsemanage/tests/ |
D | test_port.c | 277 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/ |
D | port_record.h | 29 extern int semanage_port_key_create(semanage_handle_t * handle,
|
/external/selinux/libsemanage/src/ |
D | port_record.c | 52 int semanage_port_key_create(semanage_handle_t * handle, in semanage_port_key_create() function
|
D | semanageswig_python_exception.i | 866 %exception semanage_port_key_create {
|
/external/selinux/python/semanage/ |
D | seobject.py | 1087 (rc, k) = semanage_port_key_create(self.sh, low, high, proto_d)
|