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

/freebsd-11-stable/sbin/routed/
H A Dmain.c82 static struct timeval next_bcast; /* next general broadcast */ variable in typeref:struct:timeval
341 intvl_random(&next_bcast, EPOCH+MIN_WAITTIME, EPOCH+SUPPLY_INTERVAL);
342 age_timer.tv_usec = next_bcast.tv_usec;
344 rdisc_timer = next_bcast;
345 ifinit_timer.tv_usec = next_bcast.tv_usec;
432 timevalsub(&t2, &next_bcast, &now);
452 next_bcast.tv_sec += n*SUPPLY_INTERVAL;
469 && no_flash.tv_sec+MIN_WAITTIME < next_bcast.tv_sec) {
780 if (next_bcast.tv_sec < now.tv_sec+MIN_WAITTIME)
781 next_bcast
[all...]

Completed in 137 milliseconds