Searched refs:now2 (Results 1 – 1 of 1) sorted by relevance
816 struct timeval now1, now2; in tftp_recvfile() local828 gettimeofday(&now2, NULL); in tftp_recvfile()832 if (now1.tv_usec > now2.tv_usec) { in tftp_recvfile()833 now2.tv_usec += 1000000; in tftp_recvfile()834 now2.tv_sec--; 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()