Home | History | Annotate | Download | only in libiptc

Lines Matching defs:ipt_chainlabel

20 typedef char ipt_chainlabel[32];
65 int iptc_insert_entry(const ipt_chainlabel chain,
71 int iptc_replace_entry(const ipt_chainlabel chain,
78 int iptc_append_entry(const ipt_chainlabel chain,
83 int iptc_check_entry(const ipt_chainlabel chain,
90 int iptc_delete_entry(const ipt_chainlabel chain,
96 int iptc_delete_num_entry(const ipt_chainlabel chain,
102 const char *iptc_check_packet(const ipt_chainlabel chain,
107 int iptc_flush_entries(const ipt_chainlabel chain,
111 int iptc_zero_entries(const ipt_chainlabel chain,
115 int iptc_create_chain(const ipt_chainlabel chain,
119 int iptc_delete_chain(const ipt_chainlabel chain,
123 int iptc_rename_chain(const ipt_chainlabel oldname,
124 const ipt_chainlabel newname,
128 int iptc_set_policy(const ipt_chainlabel chain,
129 const ipt_chainlabel policy,
135 const ipt_chainlabel chain,
139 struct ipt_counters *iptc_read_counter(const ipt_chainlabel chain,
144 int iptc_zero_counter(const ipt_chainlabel chain,
149 int iptc_set_counter(const ipt_chainlabel chain,