HomeSort by: relevance | last modified time | path
    Searched refs:EPOCH (Results 1 - 4 of 4) sorted by relevancy

  /src/sbin/routed/
main.c 74 struct timeval epoch; /* when started */ variable in typeref:struct:timeval
84 EPOCH+SUPPLY_INTERVAL, 0
127 epoch = clk;
128 epoch.tv_sec -= EPOCH;
129 now.tv_sec = EPOCH;
130 now_stale = EPOCH - STALE_TIME;
131 now_expire = EPOCH - EXPIRE_TIME;
132 now_garbage = EPOCH - GARBAGE_TIME;
330 intvl_random(&next_bcast, EPOCH+MIN_WAITTIME, EPOCH+SUPPLY_INTERVAL)
    [all...]
defs.h 133 #define EPOCH NEVER /* bias time by this to avoid <0 */
471 extern struct timeval epoch; /* system clock when started */
table.c 65 EPOCH+MIN_WAITTIME-1, 0
  /src/lib/libutil/
parsedate.y 40 #define EPOCH 1970
181 param->yyYear = EPOCH;

Completed in 14 milliseconds