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

/external/ppp/pppd/plugins/
H A Dminconn.c54 return minconnect? minconnect: idle_time_limit;
58 return idle_time_limit - t;
/external/ppp/pppd/
H A Doptions.c102 int idle_time_limit = 0; /* Disconnect if idle for this many seconds */ variable
206 { "idle", o_int, &idle_time_limit,
H A Dpppd.h302 extern int idle_time_limit;/* Shut down link if idle for this long */
H A Dauth.c1050 tlim = idle_time_limit;
1161 tlim = idle_time_limit - itime;

Completed in 82 milliseconds