Searched refs:idle_time_limit (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/
H A Dminconn.c54 return minconnect? minconnect: idle_time_limit;
58 return idle_time_limit - t;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/plugins/
H A Dminconn.c34 return minconnect? minconnect: idle_time_limit;
38 return idle_time_limit - t;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Doptions.c43 int idle_time_limit = 0; /* Disconnect if idle for this many seconds */ variable
90 idle_time_limit = atoi(optarg);
91 if (idle_time_limit > 0)
H A Dauth.c314 tlim = idle_time_limit;
375 tlim = idle_time_limit - itime;
H A Dpppd.h257 extern int idle_time_limit;/* Shut down link if idle for this long */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Doptions.c112 int idle_time_limit = 0; /* Disconnect if idle for this many seconds */ variable
220 { "idle", o_int, &idle_time_limit,
H A Dpppd.h308 extern int idle_time_limit;/* Shut down link if idle for this long */
H A Dauth.c1083 tlim = idle_time_limit;
1194 tlim = idle_time_limit - itime;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Doptions.c73 int idle_time_limit = 0; /* Disconnect if idle for this many seconds */ variable
165 { "idle", o_int, &idle_time_limit,
H A Dpppd.h257 extern int idle_time_limit;/* Shut down link if idle for this long */
H A Dauth.c701 tlim = idle_time_limit;
765 tlim = idle_time_limit - itime;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/plugins/
H A Dpppd.h295 extern int idle_time_limit;/* Shut down link if idle for this long */

Completed in 99 milliseconds