Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Dntp_leapsec.c44 int16_t this_tai; /* current TAI offset */ member
325 qr->tai_offs = pt->head.this_tai; in leapsec_query()
336 qr->tai_diff = pt->head.next_tai - pt->head.this_tai; in leapsec_query()
380 qr->tai_offs = pt->head.this_tai; in leapsec_frame()
381 qr->tai_diff = pt->head.next_tai - pt->head.this_tai; in leapsec_frame()
688 pt->head.this_tai += tai_offset; in leapsec_autokey_tai()
860 pt->head.this_tai = pt->head.base_tai; in reload_limits()
863 pt->head.this_tai = pt->info[idx].taiof; in reload_limits()
875 pt->head.next_tai - pt->head.this_tai); in reload_limits()
884 pt->head.next_tai = pt->head.this_tai; in reload_limits()