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

/freebsd-10.2-release/contrib/ntp/ntpd/
H A Dntp_crypto.c1430 tstamp_t fstamp, fstamp1 = 0; /* filestamp */ local
1503 fstamp1 = ntohl(vp->fstamp);
1504 if (tstamp1 != 0 && fstamp1 != 0) {
1508 if ((tstamp < fstamp1 || fstamp < fstamp1))

Completed in 45 milliseconds