Lines Matching defs:next_bcast
82 struct timeval next_bcast; /* next general broadcast */
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;