Home
last modified time | relevance | path

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

/freebsd/libexec/tftpd/
H A Dtftpd.c816 struct timeval now1, now2; in tftp_recvfile() local
819 gettimeofday(&now1, NULL); in tftp_recvfile()
832 if (now1.tv_usec > now2.tv_usec) { in tftp_recvfile()
837 f = now2.tv_sec - now1.tv_sec + in tftp_recvfile()
838 (now2.tv_usec - now1.tv_usec) / 100000.0; in tftp_recvfile()
/freebsd/share/examples/ipfilter/l4check/
H A Dl4check.c276 time_t now, now1; in runconfig() local
377 now1 = time(NULL); in runconfig()