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

/external/ping/
H A Dping.c792 struct icmphdr *icp1 = (struct icmphdr*)((unsigned char *)iph + iph->ihl*4); local
797 if (icp1->type != ICMP_ECHO ||
799 icp1->un.echo.id != ident)
804 acknowledge(ntohs(icp1->un.echo.sequence));
829 ntohs(icp1->un.echo.sequence));

Completed in 47 milliseconds