Home | History | Annotate | Download | only in pppd

Lines Matching full:allow_any_ip

237 bool allow_any_ip = 0;		/* Allow peer to use any IP address */
286 &allow_any_ip },
1206 if (!auth_required && !allow_any_ip && have_route_to(0) && !privileged) {
1217 allow_any_ip = 0;
2204 return allow_any_ip || privileged || !have_route_to(addr);