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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppoecd/
H A Dauth.c68 bool allow_any_ip = 0; /* Allow peer to use any IP address */ variable
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dauth.c160 bool allow_any_ip = 0; /* Allow peer to use any IP address */ variable
210 &allow_any_ip },
813 if (!auth_required && !allow_any_ip && have_route_to(0) && !privileged) {
820 allow_any_ip = 0;
1648 return allow_any_ip || privileged || !have_route_to(addr);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dauth.c243 bool allow_any_ip = 0; /* Allow peer to use any IP address */ variable
292 &allow_any_ip },
1240 if (!auth_required && !allow_any_ip && have_route_to(0) && !privileged) {
1251 allow_any_ip = 0;
2237 return allow_any_ip || privileged || !have_route_to(addr);

Completed in 86 milliseconds