Home
last modified time | relevance | path

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

/dragonfly/include/protocols/
H A Drouted.h163 #define STALE_TIME 90 /* switch to a new gateway */ macro
/dragonfly/sbin/routed/
H A Dmain.c113 now_stale = EPOCH - STALE_TIME; in main()
363 now_stale = now.tv_sec - STALE_TIME; in main()
H A Dtable.c2089 del_redirects(bad_gate, now.tv_sec-STALE_TIME); in age()