Home
last modified time | relevance | path

Searched refs:ebase (Results 1 – 3 of 3) sorted by relevance

/src/contrib/ntp/ntpd/
H A Dntp_leapsec.c49 vint64 ebase; /* base time of this leap era */ member
282 if (ucmpv64(&ts64, &pt->head.ebase) < 0) { in leapsec_query()
315 fired = ucmpv64(&pt->head.ebase, &last) == 0; in leapsec_query()
326 qr->ebase = pt->head.ebase; in leapsec_query()
382 qr->ebase = pt->head.ebase; in leapsec_frame()
675 era.ebase = addv64i32(&era.ebase, 20); in leapsec_autokey_tai()
676 if (ucmpv64(&now64, &era.ebase) < 0) in leapsec_autokey_tai()
715 memset(&pt->head.ebase, 0xFF, sizeof(vint64)); in reset_times()
716 pt->head.stime = pt->head.ebase; in reset_times()
717 pt->head.ttime = pt->head.ebase; in reset_times()
[all …]
H A Dntp_leapsec.h68 vint64 ebase; /* era base (UTC of start) */ member
95 vint64 ebase; member
H A Dntp_crypto.c1901 if ( ! memcmp(&leap_data.ebase, &leap_data.ttime, sizeof(vint64))) { in crypto_update()
1920 ptr[1] = htonl(leap_data.ebase.d_s.lo); in crypto_update()
1924 ptr[2] = htonl(leap_data.ebase.D_s.lo + 25*86400); in crypto_update()