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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Daaa.c107 struct iprange *ipr2; local
118 ipr2 = ipr->next;
119 while (ipr2)
121 if ((x >= ntohl (ipr2->start))
122 && (x <= ntohl (ipr2->end)))
123 status = ipr2->sense;
124 ipr2 = ipr2->next;

Completed in 45 milliseconds