Home
last modified time | relevance | path

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

/external/ping/
Dping_common.c661 struct timeval tmp_tv; in gather_statistics() local
662 memcpy(&tmp_tv, ptr, sizeof(tmp_tv)); in gather_statistics()
665 tvsub(tv, &tmp_tv); in gather_statistics()
Dping.c672 struct timeval tmp_tv; in send_probe() local
673 gettimeofday(&tmp_tv, NULL); in send_probe()
676 memcpy(icp+1, &tmp_tv, fake_fucked_egcs); in send_probe()
689 struct timeval tmp_tv; in send_probe() local
690 gettimeofday(&tmp_tv, NULL); in send_probe()
693 memcpy(icp+1, &tmp_tv, fake_fucked_egcs); in send_probe()