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

  /external/iptables/extensions/
libxt_udp.c 27 {.name = "source-port", .id = O_SOURCE_PORT, .type = XTTYPE_PORTRC,
29 {.name = "sport", .id = O_SOURCE_PORT, .type = XTTYPE_PORTRC,
31 {.name = "destination-port", .id = O_DEST_PORT, .type = XTTYPE_PORTRC,
33 {.name = "dport", .id = O_DEST_PORT, .type = XTTYPE_PORTRC,
libxt_dccp.c 48 {.name = "source-port", .id = O_SOURCE_PORT, .type = XTTYPE_PORTRC,
50 {.name = "sport", .id = O_SOURCE_PORT, .type = XTTYPE_PORTRC,
52 {.name = "destination-port", .id = O_DEST_PORT, .type = XTTYPE_PORTRC,
54 {.name = "dport", .id = O_DEST_PORT, .type = XTTYPE_PORTRC,
libxt_conntrack.c 138 * %XTTYPE_PORT (rather than %XTTYPE_PORTRC) for that. The resulting
143 {.name = "ctorigsrcport", .id = O_CTORIGSRCPORT, .type = XTTYPE_PORTRC,
145 {.name = "ctorigdstport", .id = O_CTORIGDSTPORT, .type = XTTYPE_PORTRC,
147 {.name = "ctreplsrcport", .id = O_CTREPLSRCPORT, .type = XTTYPE_PORTRC,
149 {.name = "ctrepldstport", .id = O_CTREPLDSTPORT, .type = XTTYPE_PORTRC,
175 {.name = "ctorigsrcport", .id = O_CTORIGSRCPORT, .type = XTTYPE_PORTRC,
177 {.name = "ctorigdstport", .id = O_CTORIGDSTPORT, .type = XTTYPE_PORTRC,
179 {.name = "ctreplsrcport", .id = O_CTREPLSRCPORT, .type = XTTYPE_PORTRC,
181 {.name = "ctrepldstport", .id = O_CTREPLDSTPORT, .type = XTTYPE_PORTRC,
    [all...]
  /external/iptables/include/
xtables.h 67 * %XTTYPE_PORTRC: colon-separated port range (names acceptable),
92 XTTYPE_PORTRC,
  /external/iptables/libxtables/
xtoptions.c 64 [XTTYPE_PORTRC] = sizeof(uint16_t[2]),
826 [XTTYPE_PORTRC] = xtopt_parse_mport,
    [all...]

Completed in 315 milliseconds