Home
last modified time | relevance | path

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

/freebsd/sbin/routed/
H A Dmain.c66 static struct timeval next_bcast; /* next general broadcast */ variable
316 intvl_random(&next_bcast, EPOCH+MIN_WAITTIME, EPOCH+SUPPLY_INTERVAL); in main()
317 age_timer.tv_usec = next_bcast.tv_usec; in main()
319 rdisc_timer = next_bcast; in main()
320 ifinit_timer.tv_usec = next_bcast.tv_usec; in main()
407 timevalsub(&t2, &next_bcast, &now); in main()
427 next_bcast.tv_sec += n*SUPPLY_INTERVAL; in main()
444 && no_flash.tv_sec+MIN_WAITTIME < next_bcast.tv_sec) { in main()
756 if (next_bcast.tv_sec < now.tv_sec+MIN_WAITTIME) in rip_on()
757 next_bcast.tv_sec = now.tv_sec+MIN_WAITTIME; in rip_on()