Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nsd/dist/
H A Dnetio.c100 timeval_to_timespec(&netio->cached_current_time, &current_timeval); in netio_current_time()
104 return &netio->cached_current_time; in netio_current_time()
H A Dnetio.h84 struct timespec cached_current_time; member