HomeSort by relevance Sort by last modified time
    Searched defs:high_port (Results 1 - 3 of 3) sorted by null

  /external/selinux/policycoreutils/sepolicy/
info.c 1099 uint16_t low_port, high_port; local
1122 if (qpol_portcon_get_high_port(q, portcon, &high_port))
1127 if (atoi(num) < low_port || atoi(num) > high_port)
1171 if (py_insert_long(dict, "high", high_port))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol.py 683 def high_port(self, *args): return _qpol.qpol_portcon_t_high_port(self, *args) member in class:qpol_portcon_t
    [all...]
  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 336 uint16_t high_port; member in struct:ocontext::__anon22012::__anon22013

Completed in 220 milliseconds