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

/external/iptables/extensions/
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 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 251 milliseconds