Searched refs:tspec (Results 1 – 1 of 1) sorted by relevance
17 struct timespec tspec; in net_init_clock_via_sntp() local26 tspec.tv_sec = ts.seconds; in net_init_clock_via_sntp()27 tspec.tv_nsec = ((uint64_t)ts.fraction * (1000 * 1000 * 1000)) >> 32; in net_init_clock_via_sntp()28 res = clock_settime(CLOCK_REALTIME, &tspec); in net_init_clock_via_sntp()