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

  /external/iptables/extensions/
libip6t_MASQUERADE.c 77 int portok; local
84 portok = 1;
86 portok = 0;
91 if (!portok)
libip6t_REDIRECT.c 78 int portok; local
85 portok = 1;
87 portok = 0;
92 if (!portok)
libipt_MASQUERADE.c 77 int portok; local
85 portok = 1;
87 portok = 0;
92 if (!portok)
libip6t_DNAT.c 47 parse_to(const char *orig_arg, int portok, struct nf_nat_range *range)
78 if (!portok)
151 int portok; local
158 portok = 1;
160 portok = 0;
172 parse_to(cb->arg, portok, range);
libip6t_SNAT.c 50 parse_to(const char *orig_arg, int portok, struct nf_nat_range *range)
81 if (!portok)
154 int portok; local
161 portok = 1;
163 portok = 0;
175 parse_to(cb->arg, portok, range);
libipt_DNAT.c 67 parse_to(const char *orig_arg, int portok, struct ipt_natinfo *info)
82 if (!portok)
155 int portok; local
162 portok = 1;
164 portok = 0;
176 *cb->target = parse_to(cb->arg, portok, info);
libipt_SNAT.c 70 parse_to(const char *orig_arg, int portok, struct ipt_natinfo *info)
85 if (!portok)
158 int portok; local
165 portok = 1;
167 portok = 0;
179 *cb->target = parse_to(cb->arg, portok, info);
libipt_REDIRECT.c 79 int portok; local
86 portok = 1;
88 portok = 0;
93 if (!portok)

Completed in 122 milliseconds