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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtimer.c118 if (rt->rt_timer >= GARBAGE_TIME) {
126 GARBAGE_TIME - rt->rt_timer);
H A Ddefs.h84 * but held onto until GARBAGE_TIME so that others may
88 #define GARBAGE_TIME 300 /* time to garbage collect */ macro
/illumos-gate/usr/src/head/protocols/
H A Drouted.h220 * but held onto until GARBAGE_TIME so that others may see it, to
231 #define GARBAGE_TIME 300 /* time to garbage collect */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dmain.c148 now_garbage = EPOCH - GARBAGE_TIME;
463 now_garbage = now.tv_sec - GARBAGE_TIME;

Completed in 383 milliseconds