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

/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dpppd.h564 int have_route_to __P((u_int32_t)); /* Check if route to addr exists */
H A Dauth.c815 if (!auth_required && !allow_any_ip && have_route_to(0) && !privileged) {
1646 return allow_any_ip || privileged || !have_route_to(addr);
H A Dsys-sunos4.c1188 * have_route_to - determine if the system has any route to
1193 int have_route_to(addr) function
H A Dsys-linux.c1463 * have_route_to - determine if the system has any route to
1469 int have_route_to(u_int32_t addr) function
H A Dsys-solaris.c2413 * have_route_to - determine if the system has a route to the specified
2424 have_route_to(addr) function
2445 warn("have_route_to: couldn't open %s: %m", mux_dev_name);
2462 warn("have_route_to: putmsg: %m");
2475 warn("have_route_to: getmsg: %m");
2484 dbglog("have_route_to: bad message len=%d prim=%d",
2503 dbglog("have_route_to: dest=%x gw=%x mask=%x\n",
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppoecd/
H A Dpppd.h559 #define have_route_to(a) (-1) macro
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dpppd.h635 int have_route_to __P((u_int32_t)); /* Check if route to addr exists */
H A Dauth.c1104 if (!auth_required && !allow_any_ip && have_route_to(0) && !privileged) {
2091 return allow_any_ip || privileged || !have_route_to(addr);
H A Dsys-sunos4.c1305 * have_route_to - determine if the system has any route to
1310 int have_route_to(addr) function
H A Dsys-linux.c1553 * have_route_to - determine if the system has any route to
1559 int have_route_to(u_int32_t addr) function
H A Dsys-solaris.c2623 * have_route_to - determine if the system has a route to the specified
2634 have_route_to(addr) function
2655 warn("have_route_to: couldn't open %s: %m", mux_dev_name);
2672 warn("have_route_to: putmsg: %m");
2685 warn("have_route_to: getmsg: %m");
2694 dbglog("have_route_to: bad message len=%d prim=%d",
2713 dbglog("have_route_to: dest=%x gw=%x mask=%x\n",
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dpppd.h635 int have_route_to __P((u_int32_t)); /* Check if route to addr exists */
H A Dauth.c1104 if (!auth_required && !allow_any_ip && have_route_to(0) && !privileged) {
2091 return allow_any_ip || privileged || !have_route_to(addr);
H A Dsys-sunos4.c1305 * have_route_to - determine if the system has any route to
1310 int have_route_to(addr) function
H A Dsys-linux.c1553 * have_route_to - determine if the system has any route to
1559 int have_route_to(u_int32_t addr) function
H A Dsys-solaris.c2623 * have_route_to - determine if the system has a route to the specified
2634 have_route_to(addr) function
2655 warn("have_route_to: couldn't open %s: %m", mux_dev_name);
2672 warn("have_route_to: putmsg: %m");
2685 warn("have_route_to: getmsg: %m");
2694 dbglog("have_route_to: bad message len=%d prim=%d",
2713 dbglog("have_route_to: dest=%x gw=%x mask=%x\n",

Completed in 199 milliseconds