Searched refs:default_route_gateway (Results 1 - 9 of 9) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dsys-sunos4.c94 static u_int32_t default_route_gateway; /* Gateway for default route added */ variable
178 if (default_route_gateway)
179 cifdefaultroute(0, 0, default_route_gateway);
1023 default_route_gateway = g;
1049 default_route_gateway = 0;
H A Dsys-solaris.c195 static u_int32_t default_route_gateway; /* Gateway for default route added */ variable
743 if (default_route_gateway)
744 cifdefaultroute(0, default_route_gateway, default_route_gateway);
1933 default_route_gateway = g;
1962 default_route_gateway = 0;
H A Dsys-linux.c150 static u_int32_t default_route_gateway; /* Gateway for default route added */ variable
311 if (default_route_gateway != 0)
312 cifdefaultroute(0, 0, default_route_gateway);
1526 default_route_gateway = gateway;
1539 default_route_gateway = 0;
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dsys-sunos4.c142 static u_int32_t default_route_gateway; /* Gateway for default route added */ variable
226 if (default_route_gateway)
227 cifdefaultroute(0, 0, default_route_gateway);
1140 default_route_gateway = g;
1166 default_route_gateway = 0;
H A Dsys-solaris.c244 static u_int32_t default_route_gateway; /* Gateway for default route added */ variable
792 if (default_route_gateway)
793 cifdefaultroute(0, default_route_gateway, default_route_gateway);
2064 default_route_gateway = g;
2093 default_route_gateway = 0;
H A Dsys-linux.c213 static u_int32_t default_route_gateway; /* Gateway for default route added */ variable
350 if (default_route_gateway != 0)
351 cifdefaultroute(0, 0, default_route_gateway);
1618 default_route_gateway = gateway;
1631 default_route_gateway = 0;
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dsys-sunos4.c142 static u_int32_t default_route_gateway; /* Gateway for default route added */ variable
226 if (default_route_gateway)
227 cifdefaultroute(0, 0, default_route_gateway);
1140 default_route_gateway = g;
1166 default_route_gateway = 0;
H A Dsys-solaris.c244 static u_int32_t default_route_gateway; /* Gateway for default route added */ variable
792 if (default_route_gateway)
793 cifdefaultroute(0, default_route_gateway, default_route_gateway);
2064 default_route_gateway = g;
2093 default_route_gateway = 0;
H A Dsys-linux.c213 static u_int32_t default_route_gateway; /* Gateway for default route added */ variable
350 if (default_route_gateway != 0)
351 cifdefaultroute(0, 0, default_route_gateway);
1618 default_route_gateway = gateway;
1631 default_route_gateway = 0;

Completed in 134 milliseconds