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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c185 bool allow_any_ip = 0; /* Allow peer to use any IP address */ variable
270 "Don't require peer to authenticate", OPT_PRIV, &allow_any_ip },
952 if (!auth_required && !allow_any_ip && have_route_to(0) && !privileged) {
1846 return allow_any_ip || privileged || !have_route_to(addr);

Completed in 71 milliseconds