Home
last modified time | relevance | path

Searched refs:GARBAGE_TIME (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/include/protocols/
Drouted.h173 #define GARBAGE_TIME 240 /* time to garbage collect */ macro
/netbsd/src/sbin/routed/
Dmain.c132 now_garbage = EPOCH - GARBAGE_TIME; in main()
384 now_garbage = now.tv_sec - GARBAGE_TIME; in main()
Drdisc.c524 new.rts_time = now.tv_sec - GARBAGE_TIME; in rdisc_sort()