Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dpppd.h685 int have_route_to __P((u_int32_t)); /* Check if route to addr exists */
Dauth.c1239 if (!auth_required && !allow_any_ip && have_route_to(0) && !privileged) { in auth_check_options()
2014 return allow_any_ip || privileged || !have_route_to(addr);
Dsys-linux.c1598 int have_route_to(u_int32_t addr) in have_route_to() function
Dsys-solaris.c2638 have_route_to(addr) in have_route_to() function