HomeSort by relevance Sort by last modified time
    Searched defs:epoch (Results 1 - 7 of 7) sorted by null

  /onnv/onnv-gate/usr/src/lib/libast/common/tm/
tminit.c 134 time_t epoch; local
146 epoch = 0;
147 clock = &epoch;
  /onnv/onnv-gate/usr/src/common/openssl/ssl/
d1_both.c 977 unsigned int epoch = s->d1->w_epoch; local
991 epoch++;
1007 pq_64bit_assign_word(&seq64, epoch<<16 | frag->msg_header.seq);
dtls1.h 127 unsigned short epoch; member in struct:record_pqueue_st
145 * The current data and handshake epoch. This is initially
152 /* records being received in the current epoch */
ssl3.h 302 /*r */ unsigned long epoch; /* epoch number, needed by DTLS1 */ member in struct:ssl3_record_st
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
main.c 65 struct timeval epoch; /* when started */ variable in typeref:struct:timeval
79 EPOCH+SUPPLY_INTERVAL, 0
143 epoch = clk;
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;
385 * Since now is the number of seconds since epoch (this is initiall
    [all...]
  /onnv/onnv-gate/usr/src/cmd/bnu/
perfstat.c 1055 static time_t epoch; local
1067 if (epoch == 0)
1068 epoch = now.tv_sec;
1069 now.tv_sec -= epoch;
  /onnv/onnv-gate/usr/src/cmd/backup/restore/
tape.c 703 static char *epoch = NULL; local
705 if (epoch == NULL) {
706 epoch = strdup(gettext("the epoch\n"));
707 if (epoch == NULL) {
719 (dumpinfo.c_ddate == 0) ? epoch : lctime(&date));
    [all...]

Completed in 420 milliseconds