Searched refs:t2_s (Results 1 – 1 of 1) sorted by relevance
169 uint32_t t0_s, t1_s, t2_s, t3_s, real_time_s; in sntp_process_time() local186 t2_s = ntohl(packet->txTm_s); in sntp_process_time()190 deta2 = (t2_s - t1_s) * 1000000 + (t2_us - t1_us); /* us */ in sntp_process_time()194 real_time_s = t2_s + (t2_us + transmit_time) / 1000000; in sntp_process_time()
Completed in 3 milliseconds