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

  /external/iptables/extensions/
libipt_MASQUERADE.c 50 xtables_param_act(XTF_BAD_VALUE, "MASQUERADE", "--to-ports", arg);
71 xtables_param_act(XTF_BAD_VALUE, "MASQUERADE", "--to-ports", arg);
libipt_REDIRECT.c 50 xtables_param_act(XTF_BAD_VALUE, "REDIRECT", "--to-ports", arg);
72 xtables_param_act(XTF_BAD_VALUE, "REDIRECT", "--to-ports", arg);
libxt_owner.c 149 xtables_param_act(XTF_BAD_VALUE, "owner", "--uid-owner", cb->arg);
159 xtables_param_act(XTF_BAD_VALUE, "owner", "--gid-owner", cb->arg);
196 xtables_param_act(XTF_BAD_VALUE, "owner", "--uid-owner", cb->arg);
206 xtables_param_act(XTF_BAD_VALUE, "owner", "--gid-owner", cb->arg);
232 xtables_param_act(XTF_BAD_VALUE, "owner", opt, s);
236 xtables_param_act(XTF_BAD_VALUE, "owner", opt, s);
238 xtables_param_act(XTF_BAD_VALUE, "owner", opt, s);
libxt_hashlimit.c 252 xtables_param_act(XTF_BAD_VALUE, "hashlimit",
259 xtables_param_act(XTF_BAD_VALUE, "hashlimit",
264 xtables_param_act(XTF_BAD_VALUE, "hashlimit",
280 xtables_param_act(XTF_BAD_VALUE, "hashlimit",
287 xtables_param_act(XTF_BAD_VALUE, "hashlimit",
292 xtables_param_act(XTF_BAD_VALUE, "hashlimit",
libxt_ipvs.c 87 xtables_param_act(XTF_BAD_VALUE,
99 xtables_param_act(XTF_BAD_VALUE,
libxt_iprange.c 58 xtables_param_act(XTF_BAD_VALUE, "iprange",
66 xtables_param_act(XTF_BAD_VALUE, "iprange",
libxt_conntrack.c 460 xtables_param_act(XTF_BAD_VALUE, "conntrack", "--ctdir", cb->arg);
  /external/iptables/include/
xtables.h 428 extern void xtables_param_act(unsigned int, const char *, ...);
  /external/iptables/iptables/
xtables.c 1010 * xtables_param_act - act on condition
1033 void xtables_param_act(unsigned int status, const char *p1, ...) function
    [all...]

Completed in 367 milliseconds