/external/ppp/pppd/plugins/ |
minconn.c | 54 return minconnect? minconnect: idle_time_limit; 58 return idle_time_limit - t;
|
/external/syslinux/core/lwip/src/netif/ppp/ |
auth.c | 693 AUTHDEBUG(LOG_INFO, ("np_up: maxconnect=%d idle_time_limit=%d\n",ppp_settings.maxconnect,ppp_settings.idle_time_limit)); 697 if (ppp_settings.idle_time_limit > 0) { 698 TIMEOUT(check_idle, NULL, ppp_settings.idle_time_limit); 722 if (--num_np_up == 0 && ppp_settings.idle_time_limit > 0) { 758 if (itime >= ppp_settings.idle_time_limit) { 763 TIMEOUT(check_idle, NULL, ppp_settings.idle_time_limit - itime); [all...] |
ppp.h | 329 u_short idle_time_limit; /* Shut down link if idle for this long */ member in struct:ppp_settings
|
/external/ppp/pppd/ |
pppd.h | 308 extern int idle_time_limit;/* Shut down link if idle for this long */ [all...] |
options.c | 107 int idle_time_limit = 0; /* Disconnect if idle for this many seconds */ variable 221 { "idle", o_int, &idle_time_limit, [all...] |
auth.c | 1083 tlim = idle_time_limit; 1192 tlim = idle_time_limit - itime; [all...] |
/external/ppp/pppd/plugins/radius/ |
radius.c | 604 idle_time_limit = vp->lvalue; [all...] |