Searched defs:t2p (Results 1 - 1 of 1) sorted by relevance

/external/iputils/
H A Dtraceroute6.c757 double deltaT(struct timeval *t1p, struct timeval *t2p) argument
761 dt = (double)(t2p->tv_sec - t1p->tv_sec) * 1000.0 +
762 (double)(t2p->tv_usec - t1p->tv_usec) / 1000.0;

Completed in 63 milliseconds