Home
last modified time | relevance | path

Searched refs:new_adj (Results 1 – 1 of 1) sorted by relevance

/dpdk/examples/ptpclient/
H A Dptpclient.c126 struct timeval new_adj; member
311 ptp_data->new_adj = ns_to_timeval(nsec); in print_clock_info()
313 gettimeofday(&ptp_data->new_adj, NULL); in print_clock_info()
315 time_t tp = ptp_data->new_adj.tv_sec; in print_clock_info()
318 ctime(&tp), ptp_data->new_adj.tv_usec); in print_clock_info()
511 ptp_data.new_adj = ns_to_timeval(nsec); in update_kernel_time()
523 adjtime(&ptp_data.new_adj, 0); in update_kernel_time()