Searched defs:xt_chainlabel (Results 1 - 3 of 3) sorted by relevance

/external/iptables/include/libiptc/
H A Dxtcshared.h4 typedef char xt_chainlabel[32]; typedef
13 int (*flush_entries)(const xt_chainlabel, struct xtc_handle *);
14 int (*create_chain)(const xt_chainlabel, struct xtc_handle *);
15 int (*set_policy)(const xt_chainlabel, const xt_chainlabel,
/external/iptables/iptables/
H A Dip6tables.c641 append_entry(const xt_chainlabel chain,
671 replace_entry(const xt_chainlabel chain,
690 insert_entry(const xt_chainlabel chain,
755 delete_entry(const xt_chainlabel chain,
790 check_entry(const xt_chainlabel chain, struct ip6t_entry *fw,
820 for_each_chain6(int (*fn)(const xt_chainlabel, int, struct xtc_handle *), argument
834 chains = xtables_malloc(sizeof(xt_chainlabel) * chaincount);
838 strcpy(chains + i*sizeof(xt_chainlabel), chain);
845 && ip6tc_builtin(chains + i*sizeof(xt_chainlabel),
848 ret &= fn(chains + i*sizeof(xt_chainlabel), verbos
[all...]
H A Diptables.c626 append_entry(const xt_chainlabel chain,
656 replace_entry(const xt_chainlabel chain,
675 insert_entry(const xt_chainlabel chain,
740 delete_entry(const xt_chainlabel chain,
775 check_entry(const xt_chainlabel chain, struct ipt_entry *fw,
805 for_each_chain4(int (*fn)(const xt_chainlabel, int, struct xtc_handle *), argument
819 chains = xtables_malloc(sizeof(xt_chainlabel) * chaincount);
823 strcpy(chains + i*sizeof(xt_chainlabel), chain);
830 && iptc_builtin(chains + i*sizeof(xt_chainlabel),
833 ret &= fn(chains + i*sizeof(xt_chainlabel), verbos
[all...]

Completed in 148 milliseconds