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

/freebsd-11.0-release/contrib/ntp/ntpd/
H A Dntp_leapsec.c56 int16_t taiof; /* TAI offset on and after the transition */ member in struct:leap_info
188 long taiof; local
223 taiof = strtol(cp, &ep, 10);
225 || taiof > SHRT_MAX || taiof < SHRT_MIN)
229 taiof, FALSE))
232 pt->head.base_tai = (int16_t)taiof;
235 pt->lsig.taiof = (int16_t)taiof;
276 pt->info[idx].taiof);
986 leapsec_raw( leap_table_t * pt, const vint64 * ttime, int taiof, int dynls) argument
[all...]
H A Dntp_leapsec.h70 int16_t taiof; /* offset to TAI in this era */ member in struct:leap_era
118 int16_t taiof; /* total offset to TAI */ member in struct:leap_signature
H A Dntp_util.c497 lsig.taiof,

Completed in 76 milliseconds