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

/freebsd-10.1-release/usr.sbin/IPXrouted/
H A Dprotocol.h83 * but held onto until GARBAGE_TIME so that others may
92 #define GARBAGE_TIME 240 /* time to garbage collect */ macro
H A Dtimer.c117 if (rt->rt_timer >= GARBAGE_TIME) {
176 if (sap->timer >= GARBAGE_TIME) {
/freebsd-10.1-release/include/protocols/
H A Drouted.h158 * but held onto until GARBAGE_TIME so that others may see it, to
167 #define GARBAGE_TIME 240 /* time to garbage collect */ macro
/freebsd-10.1-release/sbin/routed/
H A Dmain.c133 now_garbage = EPOCH - GARBAGE_TIME;
396 now_garbage = now.tv_sec - GARBAGE_TIME;
H A Drdisc.c520 new.rts_time = now.tv_sec - GARBAGE_TIME;

Completed in 105 milliseconds