HomeSort by relevance Sort by last modified time
    Searched refs:idle_time_limit (Results 1 - 4 of 4) sorted by null

  /external/ppp/pppd/plugins/
minconn.c 54 return minconnect? minconnect: idle_time_limit;
58 return idle_time_limit - t;
  /external/ppp/pppd/
options.c 102 int idle_time_limit = 0; /* Disconnect if idle for this many seconds */ variable
206 { "idle", o_int, &idle_time_limit,
    [all...]
pppd.h 302 extern int idle_time_limit;/* Shut down link if idle for this long */
    [all...]
auth.c 1050 tlim = idle_time_limit;
1161 tlim = idle_time_limit - itime;
    [all...]

Completed in 697 milliseconds