Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-snf.c98 snf_timestamp_to_timeval(const int64_t ts_nanosec) in snf_timestamp_to_timeval() argument
102 if (ts_nanosec == 0) in snf_timestamp_to_timeval()
104 tv.tv_sec = ts_nanosec / _NSEC_PER_SEC; in snf_timestamp_to_timeval()
105 tv.tv_usec = (ts_nanosec % _NSEC_PER_SEC) / 1000; in snf_timestamp_to_timeval()