OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pp_max_noreceive
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/compat/common/
if_spppsubr50.c
134
settings->max_noreceive = (uint32_t)sp->
pp_max_noreceive
;
145
sp->
pp_max_noreceive
= (time_t)settings->max_noreceive;
/src/sys/net/
if_spppvar.h
152
time_t
pp_max_noreceive
; /* seconds since last receive before
member in struct:sppp
if_spppsubr.c
1072
sp->
pp_max_noreceive
= SPPP_NORECV_TIME;
5496
if (sp->
pp_max_noreceive
!= 0 &&
5497
(now - sp->pp_last_receive) < sp->
pp_max_noreceive
) {
6167
settings->max_noreceive = sp->
pp_max_noreceive
;
6179
sp->
pp_max_noreceive
= settings->max_noreceive;
Completed in 30 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026