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

/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_crypto.c1440 tstamp_t fstamp, fstamp1 = 0; /* filestamp */ local
1514 fstamp1 = ntohl(vp->fstamp);
1515 if (tstamp1 != 0 && fstamp1 != 0) {
1519 if ((tstamp < fstamp1 || fstamp < fstamp1))

Completed in 62 milliseconds