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

/asus-wl-520gu-7.0.1.45/src/router/ppp/pppoecd/
H A Dauth.c68 bool allow_any_ip = 0; /* Allow peer to use any IP address */ variable
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dauth.c159 bool allow_any_ip = 0; /* Allow peer to use any IP address */ variable
208 &allow_any_ip },
815 if (!auth_required && !allow_any_ip && have_route_to(0) && !privileged) {
822 allow_any_ip = 0;
1646 return allow_any_ip || privileged || !have_route_to(addr);
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dauth.c241 bool allow_any_ip = 0; /* Allow peer to use any IP address */ variable
291 &allow_any_ip },
1104 if (!auth_required && !allow_any_ip && have_route_to(0) && !privileged) {
1115 allow_any_ip = 0;
2091 return allow_any_ip || privileged || !have_route_to(addr);
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dauth.c241 bool allow_any_ip = 0; /* Allow peer to use any IP address */ variable
291 &allow_any_ip },
1104 if (!auth_required && !allow_any_ip && have_route_to(0) && !privileged) {
1115 allow_any_ip = 0;
2091 return allow_any_ip || privileged || !have_route_to(addr);

Completed in 106 milliseconds