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

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

Completed in 545 milliseconds