OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pp_idle_timeout
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/compat/common/
if_spppsubr50.c
114
to->idle_seconds = (uint32_t)sp->
pp_idle_timeout
;
123
sp->
pp_idle_timeout
= (time_t)to->idle_seconds;
/src/sys/net/
if_spppvar.h
156
time_t
pp_idle_timeout
; /* idle seconds before auto-disconnect,
member in struct:sppp
if_spppsubr.c
1073
sp->
pp_idle_timeout
= 0;
5470
if ((sp->
pp_idle_timeout
!= 0) && (ifp->if_flags & IFF_RUNNING)
5473
if ((now-sp->pp_last_activity) >= sp->
pp_idle_timeout
) {
6092
to->idle_seconds = sp->
pp_idle_timeout
;
6101
sp->
pp_idle_timeout
= to->idle_seconds;
Completed in 298 milliseconds
Indexes created Tue Oct 14 15:09:51 GMT 2025