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

  /external/selinux/libsepol/cil/test/unit/
test_cil_post.c 213 aportcon->port_low = 15;
216 bportcon->port_low = 10;
230 aportcon->port_low = 5;
233 bportcon->port_low = 11;
247 aportcon->port_low = 30;
250 bportcon->port_low = 17;
264 aportcon->port_low = 5;
267 bportcon->port_low = 17;
281 aportcon->port_low = 17;
284 bportcon->port_low = 17
    [all...]
  /external/selinux/libsepol/cil/src/
cil_post.c 163 rc = (aportcon->port_high - aportcon->port_low)
164 - (bportcon->port_high - bportcon->port_low);
166 if (aportcon->port_low < bportcon->port_low) {
168 } else if (bportcon->port_low < aportcon->port_low) {
    [all...]
cil_internal.h 733 uint32_t port_low; member in struct:cil_portcon
cil_policy.c     [all...]
cil_copy_ast.c 1192 new->port_low = orig->port_low;
    [all...]
cil_tree.c     [all...]
cil_build_ast.c     [all...]
cil.c     [all...]
cil_binary.c     [all...]
  /external/iptables/extensions/
libxt_conntrack.c 789 u_int16_t port_low, u_int16_t port_high)
791 if (port_high == 0 || port_low == port_high)
792 printf(" %s%s %u", prefix, opt, port_low);
794 printf(" %s%s %u:%u", prefix, opt, port_low, port_high);
    [all...]

Completed in 3633 milliseconds