OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_bcast
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/routed/
main.c
82
struct timeval
next_bcast
; /* next general broadcast */
variable in typeref:struct:timeval
330
intvl_random(&
next_bcast
, EPOCH+MIN_WAITTIME, EPOCH+SUPPLY_INTERVAL);
331
age_timer.tv_usec =
next_bcast
.tv_usec;
333
rdisc_timer =
next_bcast
;
334
ifinit_timer.tv_usec =
next_bcast
.tv_usec;
421
timevalsub(&t2, &
next_bcast
, &now);
441
next_bcast
.tv_sec += n*SUPPLY_INTERVAL;
458
&& no_flash.tv_sec+MIN_WAITTIME <
next_bcast
.tv_sec) {
784
if (
next_bcast
.tv_sec < now.tv_sec+MIN_WAITTIME)
785
next_bcast
.tv_sec = now.tv_sec+MIN_WAITTIME
[
all
...]
main.c
82
struct timeval
next_bcast
; /* next general broadcast */
variable in typeref:struct:timeval
330
intvl_random(&
next_bcast
, EPOCH+MIN_WAITTIME, EPOCH+SUPPLY_INTERVAL);
331
age_timer.tv_usec =
next_bcast
.tv_usec;
333
rdisc_timer =
next_bcast
;
334
ifinit_timer.tv_usec =
next_bcast
.tv_usec;
421
timevalsub(&t2, &
next_bcast
, &now);
441
next_bcast
.tv_sec += n*SUPPLY_INTERVAL;
458
&& no_flash.tv_sec+MIN_WAITTIME <
next_bcast
.tv_sec) {
784
if (
next_bcast
.tv_sec < now.tv_sec+MIN_WAITTIME)
785
next_bcast
.tv_sec = now.tv_sec+MIN_WAITTIME
[
all
...]
Completed in 25 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025