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

/netbsd-current/include/protocols/
H A Drouted.h156 * Complete tables are broadcast every SUPPLY_INTERVAL seconds.
167 #define SUPPLY_INTERVAL 30 /* time to supply tables */ macro
/netbsd-current/sbin/routed/
H A Dmain.c84 EPOCH+SUPPLY_INTERVAL, 0
330 intvl_random(&next_bcast, EPOCH+MIN_WAITTIME, EPOCH+SUPPLY_INTERVAL);
440 n = 1 + (0-t2.tv_sec)/SUPPLY_INTERVAL;
441 next_bcast.tv_sec += n*SUPPLY_INTERVAL;
H A Dtable.c2075 rts->rts_time -= SUPPLY_INTERVAL;
2121 + ((rip_sock < 0) ? NEVER : SUPPLY_INTERVAL));
H A Doutput.c997 ifp->int_query_time = now.tv_sec+SUPPLY_INTERVAL;
H A Drdisc.c336 * to at most SUPPLY_INTERVAL.
342 + SUPPLY_INTERVAL);

Completed in 81 milliseconds