Searched refs:fstamp (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/ntp-88/ntpd/
H A Dntp_crypto.c340 vp->fstamp = hostval.tstamp;
358 ntohl(vp->fstamp), peer->hpoll);
395 tstamp_t fstamp = 0; /* filestamp */ local
445 fstamp = ntohl(ep->fstamp);
506 crypto_flags, peer->associd, fstamp,
520 if (!(fstamp & CRYPTO_FLAG_PRIV)) {
524 fstamp |= CRYPTO_FLAG_CERT |
533 if ((temp32 && !(fstamp &
535 (!temp32 && (fstamp
1414 tstamp_t fstamp, fstamp1 = 0; /* filestamp */ local
3441 tstamp_t fstamp; local
3562 tstamp_t fstamp; /* filestamp */ local
[all...]
H A Dntp_control.c1127 time_t fstamp; local
1135 fstamp = uval - JAN_1970;
1136 tm = gmtime(&fstamp);
/macosx-10.9.5/ntp-88/include/
H A Dntp_crypto.h125 tstamp_t fstamp; /* filestamp */ member in struct:value
140 u_int32 fstamp; /* filestamp */ member in struct:exten
171 tstamp_t fstamp; /* filestamp */ member in struct:pkey_info
/macosx-10.9.5/ntp-88/util/
H A Dntp-keygen.c165 u_int fstamp; /* NTP filestamp */ variable
441 pkey_host = readkey(filename, passwd1, &fstamp, NULL);
464 pkey_sign = readkey(filename, passwd1, &fstamp, NULL);
484 pkey_gqkey = readkey(filename, passwd1, &fstamp, NULL);
502 epoch = fstamp - JAN_1970;
504 fstamp);
528 fstamp);
551 pkey_iffkey = readkey(filename, passwd1, &fstamp, NULL);
567 epoch = fstamp - JAN_1970;
569 fstamp);
[all...]

Completed in 112 milliseconds