Searched refs:XTTYPE_PORTRC (Results 1 – 6 of 6) sorted by relevance
/external/iptables/extensions/ |
D | 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,
|
D | 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,
|
D | libxt_conntrack.c | 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,
|
/external/iproute2/include/ |
D | xtables.h | 92 XTTYPE_PORTRC, enumerator
|
/external/iptables/include/ |
D | xtables.h | 92 XTTYPE_PORTRC, enumerator
|
/external/iptables/libxtables/ |
D | xtoptions.c | 64 [XTTYPE_PORTRC] = sizeof(uint16_t[2]), 810 [XTTYPE_PORTRC] = xtopt_parse_mport,
|