Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ppp/dist/pppd/
Dauth.c250 bool allow_any_ip = 0; /* Allow peer to use any IP address */ variable
326 &allow_any_ip },
1369 if (!auth_required && !allow_any_ip && have_route_to(0) && !privileged) { in auth_check_options()
1380 allow_any_ip = 0; in auth_check_options()
2132 return allow_any_ip || privileged || !have_route_to(addr); in auth_ip_addr()