Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netkey/
H A Dkey.c567 const clock_sec_t time_offset_sec = time_offset_ns / NSEC_PER_SEC; in key_convert_continuous_time_ns() local
568 …const clock_usec_t time_offset_usec = (u_int32_t)(time_offset_ns - (time_offset_sec * NSEC_PER_SEC… in key_convert_continuous_time_ns()
571 time_sec -= time_offset_sec; in key_convert_continuous_time_ns()