Home
last modified time | relevance | path

Searched refs:tai_offs (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Dntp_timer.c683 sys_tai = lsdata.tai_offs; in check_leapsec()
686 update_autokey = (sys_tai != (u_int)lsdata.tai_offs); in check_leapsec()
689 sys_tai = lsdata.tai_offs; in check_leapsec()
H A Dntp_leapsec.h98 int16_t tai_offs; member
H A Dntp_leapsec.c325 qr->tai_offs = pt->head.this_tai; in leapsec_query()
380 qr->tai_offs = pt->head.this_tai; in leapsec_query_era()
H A Dntp_crypto.c1915 if (leap_data.tai_offs > 10) { in crypto_update()
1919 ptr[0] = htonl(leap_data.tai_offs); in crypto_update()