Searched refs:epoch (Results 1 - 21 of 21) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/rxrpc/
H A Dar-connection.c227 __be32 epoch; local
232 epoch = conn->epoch;
249 if (epoch < xconn->epoch)
251 else if (epoch > xconn->epoch)
288 if (epoch < xconn->epoch ||
354 conn->epoch
612 __be32 epoch; local
741 __be32 epoch; local
[all...]
H A Dar-connevent.c92 hdr.epoch = conn->epoch;
382 hdr.epoch = sp->hdr.epoch;
H A Drxkad.c133 tmpbuf.x[0] = conn->epoch;
591 hdr.epoch = conn->epoch;
643 hdr->epoch = conn->epoch;
782 resp.encrypted.epoch = conn->epoch;
1054 if (response.encrypted.epoch != conn->epoch)
H A Dar-output.c679 sp->hdr.epoch = conn->epoch;
H A Dar-input.c722 ntohl(sp->hdr.epoch),
H A Dar-internal.h279 __be32 epoch; /* epoch of this connection */ member in struct:rxrpc_connection
H A Dar-ack.c862 hdr.epoch = call->conn->epoch;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Dreplace.c96 time_t epoch = 0; local
105 epoch = (t->tm_year - 70) * YEAR +
112 epoch += mon [m] * DAY;
114 epoch += DAY;
122 epoch += (t->tm_mday - 1) * DAY;
123 epoch += t->tm_hour * HOUR + t->tm_min * MINUTE + t->tm_sec;
125 if((u = localtime(&epoch)) != NULL) {
137 return(epoch);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/alpha/kernel/
H A Dtime.c296 unsigned int year, mon, day, hour, min, sec, cc1, cc2, epoch; local
357 epoch = 1900;
359 epoch = 2000;
361 /* NT epoch */
362 epoch = 1980;
364 /* Digital UNIX epoch */
365 epoch = 1952;
367 printk(KERN_INFO "Using epoch = %d\n", epoch);
369 if ((year += epoch) < 197
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m32r/kernel/
H A Dtime.c236 unsigned int epoch, year, mon, day, hour, min, sec; local
239 epoch = 0;
245 /* Attempt to guess the epoch. This is the same heuristic as in rtc.c
247 Ultrix also uses 1952 as epoch ... */
249 epoch = 1980;
251 epoch = 1952;
252 year += epoch;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/rxrpc/
H A Dpacket.h26 __be32 epoch; /* client boot timestamp */ member in struct:rxrpc_header
156 __be32 epoch; /* current epoch */ member in struct:rxkad_response::__anon10654
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Ddtls1.h128 unsigned short epoch; member in struct:record_pqueue_st
146 * The current data and handshake epoch. This is initially
153 /* records being received in the current epoch */
H A Dssl3.h302 /*r */ unsigned long epoch; /* epoch number, needed by DTLS1 */ member in struct:ssl3_record_st
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ddtls1.h128 unsigned short epoch; member in struct:record_pqueue_st
146 * The current data and handshake epoch. This is initially
153 /* records being received in the current epoch */
H A Dd1_pkt.c232 /* retrieve a buffered record that belongs to the new epoch, i.e., not processed
238 /* retrieve a buffered record that belongs to the current epoch, ie, processed */
254 /* Check if epoch is current. */
255 if (s->d1->unprocessed_rcds.epoch != s->d1->r_epoch)
269 /* sync epoch numbers once all the unprocessed records
271 s->d1->processed_rcds.epoch = s->d1->r_epoch;
272 s->d1->unprocessed_rcds.epoch = s->d1->r_epoch + 1;
496 /* The epoch may have changed. If so, process all the
527 /* sequence number is 64 bits, with top 2 bytes = epoch */
528 n2s(p,rr->epoch);
[all...]
H A Dssl3.h302 /*r */ unsigned long epoch; /* epoch number, needed by DTLS1 */ member in struct:ssl3_record_st
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dip27-rtc.c70 * to make the epoch retain its value across module reload...
73 static unsigned long epoch = 1970; /* year corresponding to 0x00 */ variable
124 if ((yrs -= epoch) > 255) /* They are unsigned */
271 tm.tm_year + 1900, tm.tm_mon + 1, tm.tm_mday, epoch);
322 if ((rtc_tm->tm_year += (epoch - 1900)) <= 69)
H A Drtc.c34 * 1.09 Nikita Schmidt: epoch support and some Alpha cleanup.
206 * to make the epoch retain its value across module reload...
209 static unsigned long epoch = 1900; /* year corresponding to 0x00 */ variable
564 if ((yrs -= epoch) > 255) /* They are unsigned */
669 case RTC_EPOCH_READ: /* Read the epoch. */
671 return put_user (epoch, (unsigned long __user *)arg);
673 case RTC_EPOCH_SET: /* Set the epoch. */
684 epoch = arg;
1032 /* Each operating system on an Alpha uses its own epoch.
1047 epoch
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/rtc/
H A Drtc-vr41xx.c81 static unsigned long epoch = 1970; /* Jan 1 1970 00:00:00 */ variable
143 epoch_sec = mktime(epoch, 1, 1, 0, 0, 0);
155 epoch_sec = mktime(epoch, 1, 1, 0, 0, 0);
263 return put_user(epoch, (unsigned long __user *)arg);
268 epoch = arg;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/examples/
H A Dbusybox.spec2 %define epoch 0
8 #Epoch: %{epoch}
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/input/misc/
H A Dhp_sdc_rtc.c53 static unsigned long epoch = 2000; variable
451 tm.tm_mday, epoch);

Completed in 227 milliseconds