Searched refs:t1p (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/usr.sbin/traceroute6/
H A Dtraceroute6.c1209 deltaT(struct timeval *t1p, struct timeval *t2p) argument
1213 dt = (double)(t2p->tv_sec - t1p->tv_sec) * 1000.0 +
1214 (double)(t2p->tv_usec - t1p->tv_usec) / 1000.0;
/freebsd-11-stable/contrib/traceroute/
H A Dtraceroute.c1368 deltaT(struct timeval *t1p, struct timeval *t2p) argument
1372 dt = (double)(t2p->tv_sec - t1p->tv_sec) * 1000.0 +
1373 (double)(t2p->tv_usec - t1p->tv_usec) / 1000.0;

Completed in 478 milliseconds