Home | History | Annotate | Download | only in libiptc

Lines Matching defs:ip6t_chainlabel

16 typedef char ip6t_chainlabel[32];
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_check_entry(const ip6t_chainlabel chain,
85 int ip6tc_delete_entry(const ip6t_chainlabel chain,
91 int ip6tc_delete_num_entry(const ip6t_chainlabel chain,
97 const char *ip6tc_check_packet(const ip6t_chainlabel chain,
102 int ip6tc_flush_entries(const ip6t_chainlabel chain,
106 int ip6tc_zero_entries(const ip6t_chainlabel chain,
110 int ip6tc_create_chain(const ip6t_chainlabel chain,
114 int ip6tc_delete_chain(const ip6t_chainlabel chain,
118 int ip6tc_rename_chain(const ip6t_chainlabel oldname,
119 const ip6t_chainlabel newname,
123 int ip6tc_set_policy(const ip6t_chainlabel chain,
124 const ip6t_chainlabel policy,
129 int ip6tc_get_references(unsigned int *ref, const ip6t_chainlabel chain,
133 struct ip6t_counters *ip6tc_read_counter(const ip6t_chainlabel chain,
138 int ip6tc_zero_counter(const ip6t_chainlabel chain,
143 int ip6tc_set_counter(const ip6t_chainlabel chain,