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

/external/ppp/pppd/
H A Dpppd.h685 int have_route_to __P((u_int32_t)); /* Check if route to addr exists */
H A Dauth.c1239 if (!auth_required && !allow_any_ip && have_route_to(0) && !privileged) {
2014 return allow_any_ip || privileged || !have_route_to(addr);
H A Dsys-linux.c1592 * have_route_to - determine if the system has any route to
1598 int have_route_to(u_int32_t addr) function
H A Dsys-solaris.c2627 * have_route_to - determine if the system has a route to the specified
2638 have_route_to(addr) function
2659 warn("have_route_to: couldn't open %s: %m", mux_dev_name);
2676 warn("have_route_to: putmsg: %m");
2689 warn("have_route_to: getmsg: %m");
2698 dbglog("have_route_to: bad message len=%d prim=%d",
2717 dbglog("have_route_to: dest=%x gw=%x mask=%x\n",

Completed in 107 milliseconds