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

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dmain.c77 static struct timeval next_bcast; /* next general broadcast */ variable in typeref:struct:timeval
388 intvl_random(&next_bcast, EPOCH+MIN_WAITTIME, EPOCH+SUPPLY_INTERVAL);
389 age_timer.tv_usec = next_bcast.tv_usec;
391 rdisc_timer = next_bcast;
392 ifscan_timer.tv_usec = next_bcast.tv_usec;
498 timevalsub(&result, &next_bcast, &now);
521 next_bcast.tv_sec += n*SUPPLY_INTERVAL;
538 no_flash.tv_sec+MIN_WAITTIME < next_bcast.tv_sec) {
868 if (next_bcast.tv_sec < now.tv_sec+MIN_WAITTIME)
869 next_bcast
[all...]

Completed in 50 milliseconds