Searched refs:leap_data (Results 1 – 1 of 1) sorted by relevance
1846 leap_result_t leap_data; in crypto_update() local1904 leapsec_frame(&leap_data); in crypto_update()1905 if ( ! memcmp(&leap_data.ebase, &leap_data.ttime, sizeof(vint64))) { in crypto_update()1908 leapsec_query(&leap_data, nowntp, &now); in crypto_update()1919 if (leap_data.tai_offs > 10) { in crypto_update()1923 ptr[0] = htonl(leap_data.tai_offs); in crypto_update()1924 ptr[1] = htonl(leap_data.ebase.d_s.lo); in crypto_update()1925 if (leap_data.ttime.d_s.hi >= 0) in crypto_update()1926 ptr[2] = htonl(leap_data.ttime.D_s.lo + 7*86400); in crypto_update()1928 ptr[2] = htonl(leap_data.ebase.D_s.lo + 25*86400); in crypto_update()