Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dreplay.c55 #define STALE_TIME 2*60 /* two minutes */ macro
56 #define STALE(ptr) ((abs((ptr)->timein - timenow) >= STALE_TIME) || \
/illumos-gate/usr/src/head/protocols/
H A Drouted.h227 #define STALE_TIME 90 /* switch to a new gateway */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dmain.c146 now_stale = EPOCH - STALE_TIME; in main()
461 now_stale = now.tv_sec - STALE_TIME; in main()
H A Dtable.c2855 del_redirects(bad_gate, now.tv_sec-STALE_TIME); in age()