Searched refs:tmp_tv (Results 1 – 2 of 2) sorted by relevance
/external/iputils/ |
D | ping.c | 735 struct timeval tmp_tv; in send_probe() local 736 gettimeofday(&tmp_tv, NULL); in send_probe() 737 memcpy(icp+1, &tmp_tv, sizeof(tmp_tv)); in send_probe() 749 struct timeval tmp_tv; in send_probe() local 750 gettimeofday(&tmp_tv, NULL); in send_probe() 751 memcpy(icp+1, &tmp_tv, sizeof(tmp_tv)); in send_probe() 752 icp->checksum = in_cksum((u_short *)&tmp_tv, sizeof(tmp_tv), ~icp->checksum); in send_probe()
|
D | ping_common.c | 884 struct timeval tmp_tv; in gather_statistics() local 885 memcpy(&tmp_tv, ptr, sizeof(tmp_tv)); in gather_statistics() 888 tvsub(tv, &tmp_tv); in gather_statistics()
|