Home
last modified time | relevance | path

Searched refs:histime (Results 1 – 1 of 1) sorted by relevance

/external/iputils/
Dclockdiff.c132 long sendtime, recvtime, histime; in measure() local
245 histime = ntohl(((__u32*)(icp+1))[1]); in measure()
252 if ((histime & 0x80000000) != 0) in measure()
260 delta1 = histime - sendtime; in measure()
272 delta2 = recvtime - histime; in measure()
309 long sendtime, recvtime, histime, histime1; in measure_opt() local
425 sendtime = recvtime = histime = histime1 = 0; in measure_opt()
436 histime = histime1 = t; in measure_opt()
447 if (!(sendtime&histime&histime1&recvtime)) { in measure_opt()
467 delta1 = histime - sendtime; in measure_opt()