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

  /external/iptables/extensions/
libip6t_REDIRECT.c 17 O_TO_PORTS = 0,
19 F_TO_PORTS = 1 << O_TO_PORTS,
33 {.name = "to-ports", .id = O_TO_PORTS, .type = XTTYPE_STRING},
91 case O_TO_PORTS:
libipt_REDIRECT.c 10 O_TO_PORTS = 0,
12 F_TO_PORTS = 1 << O_TO_PORTS,
26 {.name = "to-ports", .id = O_TO_PORTS, .type = XTTYPE_STRING},
92 case O_TO_PORTS:
libip6t_MASQUERADE.c 19 O_TO_PORTS = 0,
34 {.name = "to-ports", .id = O_TO_PORTS, .type = XTTYPE_STRING},
90 case O_TO_PORTS:
libipt_MASQUERADE.c 12 O_TO_PORTS = 0,
27 {.name = "to-ports", .id = O_TO_PORTS, .type = XTTYPE_STRING},
91 case O_TO_PORTS:

Completed in 409 milliseconds