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

/freebsd-11-stable/libexec/tftpd/
H A Dtftpd.c826 struct timeval now1, now2; local
829 gettimeofday(&now1, NULL);
842 if (now1.tv_usec > now2.tv_usec) {
847 f = now2.tv_sec - now1.tv_sec +
848 (now2.tv_usec - now1.tv_usec) / 100000.0;
/freebsd-11-stable/contrib/ipfilter/l4check/
H A Dl4check.c278 time_t now, now1; local
379 now1 = time(NULL);

Completed in 98 milliseconds