Home
last modified time | relevance | path

Searched refs:semanage_port_count (Results 1 – 4 of 4) sorted by relevance

/external/selinux/libsemanage/include/semanage/
Dports_policy.h16 extern int semanage_port_count(semanage_handle_t * handle,
/external/selinux/libsemanage/src/
Dports_policy.c30 int semanage_port_count(semanage_handle_t * handle, unsigned int *response) in semanage_port_count() function
Dsemanageswig_python_exception.i1928 %exception semanage_port_count {
/external/selinux/libsemanage/tests/
Dtest_port.c521 CU_ASSERT(semanage_port_count(sh, &count) >= 0); in test_port_count()