Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-snf.c108 snf_timestamp_to_timeval(const int64_t ts_nanosec, const int tstamp_precision) in snf_timestamp_to_timeval() argument
114 if (ts_nanosec == 0) in snf_timestamp_to_timeval()
117 tv.tv_sec = ts_nanosec / _NSEC_PER_SEC; in snf_timestamp_to_timeval()
118 tv_nsec = (ts_nanosec % _NSEC_PER_SEC); in snf_timestamp_to_timeval()