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.h229 #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;
461 now_stale = now.tv_sec - STALE_TIME;
H A Dtable.c2856 del_redirects(bad_gate, now.tv_sec-STALE_TIME);

Completed in 78 milliseconds