Searched refs:seconds_64bit (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/bsd/tcpdump/dist/
H A Dntp.c55 int64_t seconds_64bit = (int64_t)i - JAN_1970; local
60 seconds = (time_t)seconds_64bit;
61 if (seconds != seconds_64bit) {

Completed in 177 milliseconds