Searched refs:port_high (Results 1 - 12 of 12) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dserial.h36 unsigned int port_high; member in struct:serial_struct
/external/selinux/libsepol/cil/test/unit/
H A Dtest_cil_post.c214 aportcon->port_high = 30;
217 bportcon->port_high = 11;
231 aportcon->port_high = 5;
234 bportcon->port_high = 20;
248 aportcon->port_high = 33;
251 bportcon->port_high = 20;
265 aportcon->port_high = 8;
268 bportcon->port_high = 20;
282 aportcon->port_high = 20;
285 bportcon->port_high
[all...]
/external/iptables/extensions/
H A Dlibxt_conntrack.c789 u_int16_t port_low, u_int16_t port_high)
791 if (port_high == 0 || port_low == port_high)
794 printf(" %s%s %u:%u", prefix, opt, port_low, port_high);
788 conntrack_dump_ports(const char *prefix, const char *opt, u_int16_t port_low, u_int16_t port_high) argument
/external/selinux/libsepol/cil/src/
H A Dcil_internal.h757 uint32_t port_high; member in struct:cil_portcon
H A Dcil_copy_ast.c1261 new->port_high = orig->port_high;
H A Dcil_policy.c1761 if (portcon->port_low == portcon->port_high) {
1764 fprintf(out, "%d-%d ", portcon->port_low, portcon->port_high);
H A Dcil_post.c265 rc = (aportcon->port_high - aportcon->port_low)
266 - (bportcon->port_high - bportcon->port_low);
H A Dcil_tree.c1436 cil_log(CIL_INFO, " (%d %d)", portcon->port_low, portcon->port_high);
H A Dcil.c2306 (*portcon)->port_high = 0;
H A Dcil_build_ast.c4422 rc = cil_fill_integer(parse_current->next->next->cl_head->next, &portcon->port_high, 10);
4438 portcon->port_high = portcon->port_low;
H A Dcil_binary.c3282 new_ocon->u.port.high_port = cil_portcon->port_high;
/external/valgrind/include/vki/
H A Dvki-linux.h4721 unsigned int port_high; member in struct:vki_serial_struct

Completed in 643 milliseconds