Home
last modified time | relevance | path

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.c116 if (rt->rt_timer >= GARBAGE_TIME) { in timer()
124 GARBAGE_TIME - rt->rt_timer); in timer()
H A Ddefs.h86 #define GARBAGE_TIME 300 /* time to garbage collect */ macro
/illumos-gate/usr/src/head/protocols/
H A Drouted.h229 #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; in main()
463 now_garbage = now.tv_sec - GARBAGE_TIME; in main()