Searched refs:ip6t_chainlabel (Results 1 – 3 of 3) sorted by relevance
/external/iproute2/include/libiptc/ |
D | libip6tc.h | 13 typedef char ip6t_chainlabel[32]; typedef 61 int ip6tc_insert_entry(const ip6t_chainlabel chain, 67 int ip6tc_replace_entry(const ip6t_chainlabel chain, 74 int ip6tc_append_entry(const ip6t_chainlabel chain, 79 int ip6tc_delete_entry(const ip6t_chainlabel chain, 85 int ip6tc_delete_num_entry(const ip6t_chainlabel chain, 91 const char *ip6tc_check_packet(const ip6t_chainlabel chain, 96 int ip6tc_flush_entries(const ip6t_chainlabel chain, 100 int ip6tc_zero_entries(const ip6t_chainlabel chain, 104 int ip6tc_create_chain(const ip6t_chainlabel chain, [all …]
|
/external/iproute2/include/ |
D | ip6tables.h | 19 ip6t_chainlabel name; 69 ip6t_chainlabel name; 136 extern int for_each_chain(int (*fn)(const ip6t_chainlabel, int, ip6tc_handle_t *), int verbose, int… 137 extern int flush_entries(const ip6t_chainlabel chain, int verbose, ip6tc_handle_t *handle); 138 extern int delete_chain(const ip6t_chainlabel chain, int verbose, ip6tc_handle_t *handle);
|
/external/iptables/include/libiptc/ |
D | libip6tc.h | 16 #define ip6t_chainlabel xt_chainlabel macro
|