Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-snf.c110 snf_timestamp_to_timeval(const int64_t ts_nanosec, const int tstamp_precision) in snf_timestamp_to_timeval() argument
116 if (ts_nanosec == 0) in snf_timestamp_to_timeval()
119 tv.tv_sec = ts_nanosec / _NSEC_PER_SEC; in snf_timestamp_to_timeval()
120 tv_nsec = (ts_nanosec % _NSEC_PER_SEC); in snf_timestamp_to_timeval()