OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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
...]
auth.c
1050
tlim =
idle_time_limit
;
1161
tlim =
idle_time_limit
- itime;
[
all
...]
pppd.h
302
extern int
idle_time_limit
;/* Shut down link if idle for this long */
[
all
...]
Completed in 526 milliseconds