Home
last modified time | relevance | path

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

/freebsd-12-stable/sbin/routed/
Dmain.c84 static struct timeval next_bcast; /* next general broadcast */ variable
343 intvl_random(&next_bcast, EPOCH+MIN_WAITTIME, EPOCH+SUPPLY_INTERVAL); in main()
344 age_timer.tv_usec = next_bcast.tv_usec; in main()
346 rdisc_timer = next_bcast; in main()
347 ifinit_timer.tv_usec = next_bcast.tv_usec; in main()
434 timevalsub(&t2, &next_bcast, &now); in main()
454 next_bcast.tv_sec += n*SUPPLY_INTERVAL; in main()
471 && no_flash.tv_sec+MIN_WAITTIME < next_bcast.tv_sec) { in main()
783 if (next_bcast.tv_sec < now.tv_sec+MIN_WAITTIME) in rip_on()
784 next_bcast.tv_sec = now.tv_sec+MIN_WAITTIME; in rip_on()