Lines Matching refs:tv1
135 struct timeval tv1, tout; in measure() local
195 (void)gettimeofday (&tv1, (struct timezone *)0); in measure()
196 *(__u32*)(oicp+1) = htonl((tv1.tv_sec % (24*60*60)) * 1000 in measure()
197 + tv1.tv_usec / 1000); in measure()
219 (void)gettimeofday(&tv1, (struct timezone *)0); in measure()
233 recvtime = (tv1.tv_sec % (24*60*60)) * 1000 + in measure()
234 tv1.tv_usec / 1000; in measure()
312 struct timeval tv1, tout; in measure_opt() local
373 gettimeofday (&tv1, NULL); in measure_opt()
374 ((__u32*)(oicp+1))[0] = htonl((tv1.tv_sec % (24*60*60)) * 1000 in measure_opt()
375 + tv1.tv_usec / 1000); in measure_opt()
399 (void)gettimeofday(&tv1, (struct timezone *)0); in measure_opt()