Searched refs:icp1 (Results 1 – 1 of 1) sorted by relevance
1177 struct icmphdr *icp1 = (struct icmphdr*)((unsigned char *)iph + iph->ihl*4); in parse_reply() local1182 if (icp1->type != ICMP_ECHO || in parse_reply()1184 icp1->un.echo.id != ident) in parse_reply()1189 acknowledge(ntohs(icp1->un.echo.sequence)); in parse_reply()1214 ntohs(icp1->un.echo.sequence)); in parse_reply()