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