Home | History | Annotate | Download | only in iputils

Lines Matching refs:recv_time

912 			struct timeval recv_time;
913 gettimeofday(&recv_time, NULL);
914 printf("%lu.%06lu ", (unsigned long)recv_time.tv_sec, (unsigned long)recv_time.tv_usec);