Searched refs:xt_chainlabel (Results 1 - 9 of 9) 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,
H A Dlibip6tc.h16 #define ip6t_chainlabel xt_chainlabel
61 int ip6tc_insert_entry(const xt_chainlabel chain,
67 int ip6tc_replace_entry(const xt_chainlabel chain,
74 int ip6tc_append_entry(const xt_chainlabel chain,
79 int ip6tc_check_entry(const xt_chainlabel chain,
85 int ip6tc_delete_entry(const xt_chainlabel chain,
91 int ip6tc_delete_num_entry(const xt_chainlabel chain,
97 const char *ip6tc_check_packet(const xt_chainlabel chain,
102 int ip6tc_flush_entries(const xt_chainlabel chain,
106 int ip6tc_zero_entries(const xt_chainlabel chai
[all...]
H A Dlibiptc.h20 #define ipt_chainlabel xt_chainlabel
65 int iptc_insert_entry(const xt_chainlabel chain,
71 int iptc_replace_entry(const xt_chainlabel chain,
78 int iptc_append_entry(const xt_chainlabel chain,
83 int iptc_check_entry(const xt_chainlabel chain,
90 int iptc_delete_entry(const xt_chainlabel chain,
96 int iptc_delete_num_entry(const xt_chainlabel chain,
102 const char *iptc_check_packet(const xt_chainlabel chain,
107 int iptc_flush_entries(const xt_chainlabel chain,
111 int iptc_zero_entries(const xt_chainlabel chai
[all...]
/external/iptables/include/
H A Dip6tables.h13 extern int for_each_chain6(int (*fn)(const xt_chainlabel, int, struct xtc_handle *), int verbose, int builtinstoo, struct xtc_handle *handle);
14 extern int flush_entries6(const xt_chainlabel chain, int verbose, struct xtc_handle *handle);
15 extern int delete_chain6(const xt_chainlabel chain, int verbose, struct xtc_handle *handle);
H A Diptables.h12 extern int delete_chain4(const xt_chainlabel chain, int verbose,
14 extern int flush_entries4(const xt_chainlabel chain, int verbose,
16 extern int for_each_chain4(int (*fn)(const xt_chainlabel, int, struct xtc_handle *),
/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...]
/external/iptables/libiptc/
H A Dlibip4tc.c59 #define IPT_CHAINLABEL xt_chainlabel
H A Dlibip6tc.c57 #define IPT_CHAINLABEL xt_chainlabel

Completed in 106 milliseconds