Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/ptpclient/
H A Dptpclient.c152 struct timespec t_spec = {0, 0}; in ns_to_timeval() local
159 t_spec.tv_sec = nsec / NSEC_PER_SEC; in ns_to_timeval()
162 t_spec.tv_sec--; in ns_to_timeval()
166 t_spec.tv_nsec = rem; in ns_to_timeval()
167 t_eval.tv_sec = t_spec.tv_sec; in ns_to_timeval()
168 t_eval.tv_usec = t_spec.tv_nsec / 1000; in ns_to_timeval()