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

  /external/iptables/extensions/
libip6t_MASQUERADE.c 49 xtables_param_act(XTF_BAD_VALUE, "MASQUERADE", "--to-ports", arg);
70 xtables_param_act(XTF_BAD_VALUE, "MASQUERADE", "--to-ports", arg);
libip6t_REDIRECT.c 49 xtables_param_act(XTF_BAD_VALUE, "REDIRECT", "--to-ports", arg);
71 xtables_param_act(XTF_BAD_VALUE, "REDIRECT", "--to-ports", arg);
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 150 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);
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_hashlimit.c 334 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",
libxt_conntrack.c 502 xtables_param_act(XTF_BAD_VALUE, "conntrack", "--ctdir", cb->arg);
    [all...]
  /external/iptables/include/
xtables.h 459 extern void xtables_param_act(unsigned int, const char *, ...);
  /external/iptables/libxtables/
xtables.c 1101 * xtables_param_act - act on condition
1124 void xtables_param_act(unsigned int status, const char *p1, ...) function
    [all...]

Completed in 76 milliseconds