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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dpppd.h668 int have_route_to __P((u_int32_t)); /* Check if route to addr exists */
H A Dauth.c1240 if (!auth_required && !allow_any_ip && have_route_to(0) && !privileged) {
2237 return allow_any_ip || privileged || !have_route_to(addr);
H A Dsys-linux.c1555 * have_route_to - determine if the system has any route to
1561 int have_route_to(u_int32_t addr) function
H A Dsys-solaris.c2619 * have_route_to - determine if the system has a route to the specified
2630 have_route_to(addr) function
2651 warn("have_route_to: couldn't open %s: %m", mux_dev_name);
2668 warn("have_route_to: putmsg: %m");
2681 warn("have_route_to: getmsg: %m");
2690 dbglog("have_route_to: bad message len=%d prim=%d",
2709 dbglog("have_route_to: dest=%x gw=%x mask=%x\n",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/plugins/
H A Dpppd.h635 int have_route_to __P((u_int32_t)); /* Check if route to addr exists */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dpppd.h562 int have_route_to __P((u_int32_t)); /* Check if route to addr exists */
H A Dauth.c810 if (!auth_required && !allow_any_ip && have_route_to(0) && !privileged) {
1635 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.c1462 * have_route_to - determine if the system has any route to
1468 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",
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Dpppd.h559 #define have_route_to(a) (-1) macro

Completed in 228 milliseconds