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

/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_leapsec.c65 int16_t base_tai; /* total leaps before first entry */ member in struct:leap_head
232 pt->head.base_tai = (int16_t)taiof;
492 pt->head.base_tai);
673 if (pt->head.base_tai != 0 || tai_offset < 10)
706 pt->head.base_tai += tai_offset;
764 pt->head.base_tai = pi->taiof - 1;
766 pt->head.base_tai = pi->taiof + 1;
769 pt->head.base_tai = pt->info[pt->head.size].taiof;
877 pt->head.this_tai = pt->head.base_tai;
926 into->taiof = pt->head.base_tai;
[all...]

Completed in 55 milliseconds