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

/freebsd-12-stable/contrib/ntp/ntpd/
H A Drefclock_ripencc.c2449 UTC_INFO* utcinfo; local
2519 utcinfo = (UTC_INFO*)data_packet;
2520 utcinfo->A_0 = bGetDouble (&buf4[13]);
2521 utcinfo->A_1 = bGetSingle (&buf4[21]);
2522 utcinfo->delta_t_LS = bGetShort (&buf4[25]);
2523 utcinfo->t_ot = bGetSingle(&buf4[27]);
2524 utcinfo->WN_t = bGetShort (&buf4[31]);
2525 utcinfo->WN_LSF = bGetShort (&buf4[33]);
2526 utcinfo->DN = bGetShort (&buf4[35]);
2527 utcinfo
[all...]

Completed in 159 milliseconds