/external/iptables/include/libiptc/ |
D | libiptc.h | 20 #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 chain, [all …]
|
D | libip6tc.h | 16 #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 chain, [all …]
|
D | xtcshared.h | 4 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/iproute2/include/libiptc/ |
D | libiptc.h | 20 #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 chain, [all …]
|
D | libip6tc.h | 16 #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 chain, [all …]
|
D | xtcshared.h | 4 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/iproute2/include/ |
D | ip6tables.h | 13 extern int for_each_chain6(int (*fn)(const xt_chainlabel, int, struct xtc_handle *), int verbose, i… 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);
|
D | iptables.h | 12 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/include/ |
D | ip6tables.h | 13 extern int for_each_chain6(int (*fn)(const xt_chainlabel, int, struct xtc_handle *), int verbose, i… 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);
|
D | iptables.h | 12 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/ |
D | ip6tables.c | 678 append_entry(const xt_chainlabel chain, in append_entry() 708 replace_entry(const xt_chainlabel chain, in replace_entry() 727 insert_entry(const xt_chainlabel chain, in insert_entry() 792 delete_entry(const xt_chainlabel chain, in delete_entry() 827 check_entry(const xt_chainlabel chain, struct ip6t_entry *fw, in check_entry() 857 for_each_chain6(int (*fn)(const xt_chainlabel, int, struct xtc_handle *), in for_each_chain6() argument 871 chains = xtables_malloc(sizeof(xt_chainlabel) * chaincount); in for_each_chain6() 875 strcpy(chains + i*sizeof(xt_chainlabel), chain); in for_each_chain6() 882 && ip6tc_builtin(chains + i*sizeof(xt_chainlabel), in for_each_chain6() 885 ret &= fn(chains + i*sizeof(xt_chainlabel), verbose, handle); in for_each_chain6() [all …]
|
D | iptables.c | 662 append_entry(const xt_chainlabel chain, in append_entry() 692 replace_entry(const xt_chainlabel chain, in replace_entry() 711 insert_entry(const xt_chainlabel chain, in insert_entry() 776 delete_entry(const xt_chainlabel chain, in delete_entry() 811 check_entry(const xt_chainlabel chain, struct ipt_entry *fw, in check_entry() 841 for_each_chain4(int (*fn)(const xt_chainlabel, int, struct xtc_handle *), in for_each_chain4() argument 855 chains = xtables_malloc(sizeof(xt_chainlabel) * chaincount); in for_each_chain4() 859 strcpy(chains + i*sizeof(xt_chainlabel), chain); in for_each_chain4() 866 && iptc_builtin(chains + i*sizeof(xt_chainlabel), in for_each_chain4() 869 ret &= fn(chains + i*sizeof(xt_chainlabel), verbose, handle); in for_each_chain4() [all …]
|
/external/iptables/libiptc/ |
D | libip6tc.c | 57 #define IPT_CHAINLABEL xt_chainlabel
|
D | libip4tc.c | 59 #define IPT_CHAINLABEL xt_chainlabel
|