Searched refs:rule_head (Results 1 - 1 of 1) sorted by relevance

/external/iptables/libiptc/
H A Dlibiptc.c70 struct rule_head;
90 struct rule_head struct
133 struct rule_head *rule_iterator_cur;
155 static struct rule_head *iptcc_alloc_rule(struct chain_head *c, unsigned int size)
157 struct rule_head *r = malloc(sizeof(*r)+size);
277 static struct rule_head *iptcc_get_rule_num(struct chain_head *c,
280 struct rule_head *r;
292 static struct rule_head *iptcc_get_rule_num_reverse(struct chain_head *c,
295 struct rule_head *r;
342 static void iptcc_delete_rule(struct rule_head *
[all...]

Completed in 86 milliseconds