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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/
H A Dip6tables.h124 extern struct ip6tables_match *ip6tables_matches;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/include/
H A Dip6tables.h159 extern struct ip6tables_match *ip6tables_matches;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/
H A Dip6tables.c199 struct ip6tables_match *ip6tables_matches = NULL; variable in typeref:struct:ip6tables_match
753 for (ptr = ip6tables_matches; ptr; ptr = ptr->next) {
1184 for (i = &ip6tables_matches; *i!=old; i = &(*i)->next);
1195 for (i = &ip6tables_matches; *i; i = &(*i)->next);
1888 for (m = ip6tables_matches; m; m = m->next)

Completed in 135 milliseconds