Home
last modified time | relevance | path

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

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