Searched refs:EPOCH (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dmain.c79 EPOCH+SUPPLY_INTERVAL, 0
144 epoch.tv_sec -= EPOCH;
145 now.tv_sec = EPOCH;
146 now_stale = EPOCH - STALE_TIME;
147 now_expire = EPOCH - EXPIRE_TIME;
148 now_garbage = EPOCH - GARBAGE_TIME;
386 * EPOCH seconds), these times are really relative to now.
388 intvl_random(&next_bcast, EPOCH+MIN_WAITTIME, EPOCH+SUPPLY_INTERVAL);
390 age_timer.tv_sec = EPOCH
[all...]
H A Ddefs.h106 #define EPOCH NEVER /* bias time by this to avoid <0 */ macro
H A Dtable.c68 EPOCH+MIN_WAITTIME-1, 0
/illumos-gate/usr/src/cmd/backup/lib/
H A Dgetdate.y47 #define EPOCH 1970
541 if (Year < EPOCH || Year > 2037
549 for (i = EPOCH; i < Year; i++)
/illumos-gate/usr/src/cmd/krb5/kadmin/cli/
H A Dgetdate.y182 #define EPOCH 1970
658 if (Year < EPOCH
667 for (i = EPOCH; i < Year; i++)

Completed in 166 milliseconds