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

/macosx-10.10.1/network_cmds-457/traceroute6.tproj/
H A Dtraceroute6.c1085 deltaT(t1p, t2p)
1086 struct timeval *t1p, *t2p;
1090 dt = (double)(t2p->tv_sec - t1p->tv_sec) * 1000.0 +
1091 (double)(t2p->tv_usec - t1p->tv_usec) / 1000.0;
/macosx-10.10.1/network_cmds-457/traceroute.tproj/
H A Dtraceroute.c1288 deltaT(struct timeval *t1p, struct timeval *t2p) argument
1292 dt = (double)(t2p->tv_sec - t1p->tv_sec) * 1000.0 +
1293 (double)(t2p->tv_usec - t1p->tv_usec) / 1000.0;

Completed in 97 milliseconds