Home
last modified time | relevance | path

Searched refs:next_bcast (Results 1 – 1 of 1) sorted by relevance

/trueos/sbin/routed/
HDmain.c82 static struct timeval next_bcast; /* next general broadcast */ variable
346 intvl_random(&next_bcast, EPOCH+MIN_WAITTIME, EPOCH+SUPPLY_INTERVAL); in main()
347 age_timer.tv_usec = next_bcast.tv_usec; in main()
349 rdisc_timer = next_bcast; in main()
350 ifinit_timer.tv_usec = next_bcast.tv_usec; in main()
437 timevalsub(&t2, &next_bcast, &now); in main()
457 next_bcast.tv_sec += n*SUPPLY_INTERVAL; in main()
474 && no_flash.tv_sec+MIN_WAITTIME < next_bcast.tv_sec) { in main()
785 if (next_bcast.tv_sec < now.tv_sec+MIN_WAITTIME) in rip_on()
786 next_bcast.tv_sec = now.tv_sec+MIN_WAITTIME; in rip_on()