OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:int_rdisc_timer
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/routed/
rdisc.c
293
ifp->
int_rdisc_timer
.tv_usec = rdisc_timer.tv_usec;
294
ifp->
int_rdisc_timer
.tv_sec = now.tv_sec+MIN_WAITTIME;
397
ifp->
int_rdisc_timer
.tv_sec = now.tv_sec + (supplier
400
if (timercmp(&rdisc_timer, &ifp->
int_rdisc_timer
, >))
401
rdisc_timer = ifp->
int_rdisc_timer
;
443
ifp->
int_rdisc_timer
.tv_sec = 0;
846
if (!timercmp(&ifp->
int_rdisc_timer
, &now, >)
852
intvl_random(&ifp->
int_rdisc_timer
,
856
&& (ifp->
int_rdisc_timer
.tv_sec
858
ifp->
int_rdisc_timer
.tv_se
[
all
...]
defs.h
314
struct timeval
int_rdisc_timer
;
member in struct:interface
Completed in 12 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025