Searched refs:xtables_param_act (Results 1 - 11 of 11) sorted by relevance

/external/iptables/extensions/
H A Dlibip6t_MASQUERADE.c49 xtables_param_act(XTF_BAD_VALUE, "MASQUERADE", "--to-ports", arg);
70 xtables_param_act(XTF_BAD_VALUE, "MASQUERADE", "--to-ports", arg);
H A Dlibip6t_REDIRECT.c49 xtables_param_act(XTF_BAD_VALUE, "REDIRECT", "--to-ports", arg);
71 xtables_param_act(XTF_BAD_VALUE, "REDIRECT", "--to-ports", arg);
H A Dlibipt_MASQUERADE.c50 xtables_param_act(XTF_BAD_VALUE, "MASQUERADE", "--to-ports", arg);
71 xtables_param_act(XTF_BAD_VALUE, "MASQUERADE", "--to-ports", arg);
H A Dlibipt_REDIRECT.c50 xtables_param_act(XTF_BAD_VALUE, "REDIRECT", "--to-ports", arg);
72 xtables_param_act(XTF_BAD_VALUE, "REDIRECT", "--to-ports", arg);
H A Dlibxt_owner.c150 xtables_param_act(XTF_BAD_VALUE, "owner", "--uid-owner", cb->arg);
160 xtables_param_act(XTF_BAD_VALUE, "owner", "--gid-owner", cb->arg);
197 xtables_param_act(XTF_BAD_VALUE, "owner", "--uid-owner", cb->arg);
207 xtables_param_act(XTF_BAD_VALUE, "owner", "--gid-owner", cb->arg);
233 xtables_param_act(XTF_BAD_VALUE, "owner", opt, s);
237 xtables_param_act(XTF_BAD_VALUE, "owner", opt, s);
239 xtables_param_act(XTF_BAD_VALUE, "owner", opt, s);
H A Dlibxt_ipvs.c87 xtables_param_act(XTF_BAD_VALUE,
99 xtables_param_act(XTF_BAD_VALUE,
H A Dlibxt_iprange.c58 xtables_param_act(XTF_BAD_VALUE, "iprange",
66 xtables_param_act(XTF_BAD_VALUE, "iprange",
H A Dlibxt_hashlimit.c334 xtables_param_act(XTF_BAD_VALUE, "hashlimit",
339 xtables_param_act(XTF_BAD_VALUE, "hashlimit",
360 xtables_param_act(XTF_BAD_VALUE, "hashlimit",
369 xtables_param_act(XTF_BAD_VALUE, "hashlimit",
374 xtables_param_act(XTF_BAD_VALUE, "hashlimit",
H A Dlibxt_conntrack.c502 xtables_param_act(XTF_BAD_VALUE, "conntrack", "--ctdir", cb->arg);
/external/iptables/include/
H A Dxtables.h459 extern void xtables_param_act(unsigned int, const char *, ...);
/external/iptables/libxtables/
H A Dxtables.c1101 * xtables_param_act - act on condition
1124 void xtables_param_act(unsigned int status, const char *p1, ...) function

Completed in 1488 milliseconds