Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpppd.h615 extern int have_route_to __P((u_int32_t)); /* Check if route to addr exists */
H A Dauth.c952 if (!auth_required && !allow_any_ip && have_route_to(0) && !privileged) { in auth_check_options()
1846 return allow_any_ip || privileged || !have_route_to(addr);
H A Dsys-solaris.c2944 have_route_to(addr) in have_route_to() function