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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/include/
H A Diptables.h27 struct iptables_rule_match struct
29 struct iptables_rule_match *next;
169 extern struct iptables_match *find_match(const char *name, enum ipt_tryload, struct iptables_rule_match **match);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/include/
H A Diptables.h33 struct iptables_rule_match struct
35 struct iptables_rule_match *next;
184 extern struct iptables_match *find_match(const char *name, enum ipt_tryload, struct iptables_rule_match **match);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/
H A Diptables.c403 exit_printhelp(struct iptables_rule_match *matches)
405 struct iptables_rule_match *matchp = NULL;
726 find_match(const char *name, enum ipt_tryload tryload, struct iptables_rule_match **matches)
783 struct iptables_rule_match **i;
784 struct iptables_rule_match *newentry;
786 newentry = fw_malloc(sizeof(struct iptables_rule_match));
803 find_proto(const char *pname, enum ipt_tryload tryload, int nolookup, struct iptables_rule_match **matches)
1594 make_delete_mask(struct ipt_entry *fw, struct iptables_rule_match *matches)
1598 struct iptables_rule_match *matchp;
1635 struct iptables_rule_match *matche
[all...]

Completed in 54 milliseconds