Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/ptpclient/
H A Dptpclient.c153 struct timeval t_eval = {0, 0}; in ns_to_timeval() local
157 return t_eval; 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()
170 return t_eval; in ns_to_timeval()