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

  /external/selinux/libsepol/src/
ports.c 66 tmp_port->u.port.high_port = high;
67 if (tmp_port->u.port.low_port > tmp_port->u.port.high_port) {
69 tmp_port->u.port.low_port, tmp_port->u.port.high_port);
107 int high = port->u.port.high_port;
182 int high2 = c->u.port.high_port;
220 int high2 = c->u.port.high_port;
services.c     [all...]
expand.c     [all...]
write.c     [all...]
module_to_cil.c     [all...]
policydb.c     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
netcontext.py 189 high = self.qpol_symbol.high_port(self.policy)
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/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...]
  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 336 uint16_t high_port; member in struct:ocontext::__anon22012::__anon22013
  /external/selinux/checkpolicy/
policy_define.c     [all...]
  /external/selinux/libsepol/cil/src/
cil_binary.c     [all...]

Completed in 404 milliseconds