Home
last modified time | relevance | path

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

/original-bsd/sbin/XNSrouted/
H A Dprotocol.h56 #define SUPPLY_INTERVAL 30 /* time to supply tables */ macro
H A Dtimer.c37 timetobroadcast = supplier && (timeval % SUPPLY_INTERVAL) == 0; in timer()
/original-bsd/include/protocols/
H A Drouted.h71 #define SUPPLY_INTERVAL 30 /* time to supply tables */ macro
/original-bsd/sbin/routed/
H A Dinput.c293 now.tv_sec - lastfullupdate.tv_sec < SUPPLY_INTERVAL-MAX_WAITTIME) {
330 SUPPLY_INTERVAL - MIN_WAITTIME)
332 SUPPLY_INTERVAL + 1;
H A Dtimer.c38 timetobroadcast = supplier && (faketime % SUPPLY_INTERVAL) == 0; in timer()
H A Drouted.c396 timetobroadcast = supplier && (timeval % SUPPLY_INTERVAL) == 0; in timer()