Home
last modified time | relevance | path

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

/freebsd-12-stable/include/protocols/
Drouted.h169 #define GARBAGE_TIME 240 /* time to garbage collect */ macro
/freebsd-12-stable/sbin/routed/
Dmain.c136 now_garbage = EPOCH - GARBAGE_TIME; in main()
397 now_garbage = now.tv_sec - GARBAGE_TIME; in main()
Drdisc.c522 new.rts_time = now.tv_sec - GARBAGE_TIME; in rdisc_sort()