Home | History | Annotate | Download | only in libiptc

Lines Matching defs:ipt_chainlabel

21 typedef char ipt_chainlabel[32];
69 int iptc_insert_entry(const ipt_chainlabel chain,
75 int iptc_replace_entry(const ipt_chainlabel chain,
82 int iptc_append_entry(const ipt_chainlabel chain,
88 int iptc_delete_entry(const ipt_chainlabel chain,
94 int iptc_delete_num_entry(const ipt_chainlabel chain,
100 const char *iptc_check_packet(const ipt_chainlabel chain,
105 int iptc_flush_entries(const ipt_chainlabel chain,
109 int iptc_zero_entries(const ipt_chainlabel chain,
113 int iptc_create_chain(const ipt_chainlabel chain,
117 int iptc_delete_chain(const ipt_chainlabel chain,
121 int iptc_rename_chain(const ipt_chainlabel oldname,
122 const ipt_chainlabel newname,
126 int iptc_set_policy(const ipt_chainlabel chain,
127 const ipt_chainlabel policy,
133 const ipt_chainlabel chain,
137 struct ipt_counters *iptc_read_counter(const ipt_chainlabel chain,
142 int iptc_zero_counter(const ipt_chainlabel chain,
147 int iptc_set_counter(const ipt_chainlabel chain,