Searched refs:portok (Results 1 - 8 of 8) sorted by relevance

/external/iptables/extensions/
H A Dlibip6t_MASQUERADE.c77 int portok; local
84 portok = 1;
86 portok = 0;
91 if (!portok)
H A Dlibip6t_REDIRECT.c78 int portok; local
85 portok = 1;
87 portok = 0;
92 if (!portok)
H A Dlibipt_MASQUERADE.c77 int portok; local
85 portok = 1;
87 portok = 0;
92 if (!portok)
H A Dlibipt_REDIRECT.c79 int portok; local
86 portok = 1;
88 portok = 0;
93 if (!portok)
H A Dlibip6t_DNAT.c47 parse_to(const char *orig_arg, int portok, struct nf_nat_range *range) argument
78 if (!portok)
151 int portok; local
158 portok = 1;
160 portok = 0;
172 parse_to(cb->arg, portok, range);
H A Dlibip6t_SNAT.c47 parse_to(const char *orig_arg, int portok, struct nf_nat_range *range) argument
78 if (!portok)
151 int portok; local
158 portok = 1;
160 portok = 0;
172 parse_to(cb->arg, portok, range);
H A Dlibipt_DNAT.c67 parse_to(const char *orig_arg, int portok, struct ipt_natinfo *info) argument
82 if (!portok)
155 int portok; local
162 portok = 1;
164 portok = 0;
176 *cb->target = parse_to(cb->arg, portok, info);
H A Dlibipt_SNAT.c67 parse_to(const char *orig_arg, int portok, struct ipt_natinfo *info) argument
82 if (!portok)
155 int portok; local
162 portok = 1;
164 portok = 0;
176 *cb->target = parse_to(cb->arg, portok, info);

Completed in 124 milliseconds