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

/netbsd-current/include/protocols/
H A Drouted.h159 * between MIN_WAITTIME and MAX_WAITTIME, and no additional dynamic updates
168 #define MIN_WAITTIME 2 /* min sec until next flash updates */ macro
/netbsd-current/sbin/routed/
H A Dmain.c330 intvl_random(&next_bcast, EPOCH+MIN_WAITTIME, EPOCH+SUPPLY_INTERVAL);
332 age_timer.tv_sec = EPOCH+MIN_WAITTIME;
453 * If we are within MIN_WAITTIME seconds of a full update,
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;
H A Drdisc.c284 LIM_SEC(rdisc_timer, now.tv_sec+MIN_WAITTIME);
294 ifp->int_rdisc_timer.tv_sec = now.tv_sec+MIN_WAITTIME;
398 ? MIN_WAITTIME
H A Dtable.c65 EPOCH+MIN_WAITTIME-1, 0
1139 rtm_add(rtm,&info,MIN_WAITTIME);
1680 no_flash.tv_sec = now.tv_sec + MIN_WAITTIME;
H A Doutput.c844 intvl_random(&rtime, MIN_WAITTIME, MAX_WAITTIME);

Completed in 133 milliseconds