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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/plugins/
H A Dminconn.c34 return minconnect? minconnect: idle_time_limit;
38 return idle_time_limit - t;
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppoecd/
H A Doptions.c47 int idle_time_limit = 0; /* Disconnect if idle for this many seconds */ variable
132 idle_time_limit = atoi(optarg);
133 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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/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.c704 tlim = idle_time_limit;
768 tlim = idle_time_limit - itime;
/netgear-WNDR4500-V1.0.1.40_1.0.68/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;

Completed in 898 milliseconds