Home | History | Annotate | Download | only in iputils

Lines Matching refs:tv1

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