Searched refs:matchp (Results 1 - 5 of 5) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
H A Dip6tables.c764 const struct xtables_rule_match *matchp; local
768 for (matchp = matches; matchp; matchp = matchp->next)
769 size += XT_ALIGN(sizeof(struct ip6t_entry_match)) + matchp->match->size;
778 for (matchp = matches; matchp; matchp = matchp
1230 struct xtables_rule_match *matchp; local
1254 struct xtables_rule_match *matchp, *tmp; local
1347 struct xtables_rule_match *matchp; local
[all...]
H A Diptables.c769 const struct xtables_rule_match *matchp; local
773 for (matchp = matches; matchp; matchp = matchp->next)
774 size += XT_ALIGN(sizeof(struct ipt_entry_match)) + matchp->match->size;
783 for (matchp = matches; matchp; matchp = matchp
1241 struct xtables_rule_match *matchp; local
1265 struct xtables_rule_match *matchp, *tmp; local
1377 struct xtables_rule_match *matchp; local
[all...]
H A Dxshared.c110 struct xtables_rule_match *matchp; local
122 for (matchp = cs->matches; matchp; matchp = matchp->next) {
123 m = matchp->match;
125 if (matchp->completed ||
128 if (cs->c < matchp->match->option_offset ||
129 cs->c >= matchp->match->option_offset + XT_OPTION_OFFSET_SCALE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/
H A Dip6tables.c324 struct ip6tables_rule_match *matchp = NULL; local
396 for (matchp = matches; matchp; matchp = matchp->next) {
398 matchp->match->help();
1534 struct ip6tables_rule_match *matchp; local
1538 for (matchp = matches; matchp; matchp
1806 struct ip6tables_rule_match *matchp; local
1830 struct ip6tables_rule_match *matchp, *tmp; local
1873 struct ip6tables_rule_match *matchp; local
[all...]
H A Diptables.c405 struct iptables_rule_match *matchp = NULL; local
481 for (matchp = matches; matchp; matchp = matchp->next) {
483 matchp->match->help();
1598 struct iptables_rule_match *matchp; local
1602 for (matchp = matches; matchp; matchp
1870 struct iptables_rule_match *matchp; local
1894 struct iptables_rule_match *matchp, *tmp; local
1952 struct iptables_rule_match *matchp; local
[all...]

Completed in 63 milliseconds