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

/freebsd-11-stable/include/protocols/
H A Drouted.h150 * Complete tables are broadcast every SUPPLY_INTERVAL seconds.
161 #define SUPPLY_INTERVAL 30 /* time to supply tables */ macro
/freebsd-11-stable/sbin/routed/
H A Dmain.c84 EPOCH+SUPPLY_INTERVAL, 0
341 intvl_random(&next_bcast, EPOCH+MIN_WAITTIME, EPOCH+SUPPLY_INTERVAL);
451 n = 1 + (0-t2.tv_sec)/SUPPLY_INTERVAL;
452 next_bcast.tv_sec += n*SUPPLY_INTERVAL;
H A Dtable.c2056 rts->rts_time -= SUPPLY_INTERVAL;
2102 + ((rip_sock < 0) ? NEVER : SUPPLY_INTERVAL));
H A Doutput.c970 ifp->int_query_time = now.tv_sec+SUPPLY_INTERVAL;
H A Drdisc.c332 * to at most SUPPLY_INTERVAL.
338 + SUPPLY_INTERVAL);

Completed in 73 milliseconds