Searched refs:O_TO_PORTS (Results 1 – 4 of 4) sorted by relevance
/external/iptables/extensions/ |
D | libip6t_REDIRECT.c | 17 O_TO_PORTS = 0, enumerator 19 F_TO_PORTS = 1 << O_TO_PORTS, 33 {.name = "to-ports", .id = O_TO_PORTS, .type = XTTYPE_STRING}, 91 case O_TO_PORTS: in REDIRECT_parse()
|
D | libipt_REDIRECT.c | 10 O_TO_PORTS = 0, enumerator 12 F_TO_PORTS = 1 << O_TO_PORTS, 26 {.name = "to-ports", .id = O_TO_PORTS, .type = XTTYPE_STRING}, 92 case O_TO_PORTS: in REDIRECT_parse()
|
D | libip6t_MASQUERADE.c | 19 O_TO_PORTS = 0, enumerator 34 {.name = "to-ports", .id = O_TO_PORTS, .type = XTTYPE_STRING}, 90 case O_TO_PORTS: in MASQUERADE_parse()
|
D | libipt_MASQUERADE.c | 12 O_TO_PORTS = 0, enumerator 27 {.name = "to-ports", .id = O_TO_PORTS, .type = XTTYPE_STRING}, 91 case O_TO_PORTS: in MASQUERADE_parse()
|