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

/freebsd-10.1-release/usr.sbin/IPXrouted/
H A Dprotocol.h88 #define SUPPLY_INTERVAL 30 /* time to supply tables */ macro
H A Dtimer.c71 timetobroadcast = supplier && (timeval % SUPPLY_INTERVAL) == 0;
/freebsd-10.1-release/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-10.1-release/sbin/routed/
H A Dmain.c83 EPOCH+SUPPLY_INTERVAL, 0
342 intvl_random(&next_bcast, EPOCH+MIN_WAITTIME, EPOCH+SUPPLY_INTERVAL);
452 n = 1 + (0-t2.tv_sec)/SUPPLY_INTERVAL;
453 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.c972 ifp->int_query_time = now.tv_sec+SUPPLY_INTERVAL;
H A Drdisc.c332 * to at most SUPPLY_INTERVAL.
338 + SUPPLY_INTERVAL);

Completed in 111 milliseconds