Home | History | Annotate | Download | only in ping

Lines Matching full:icp1

1179 				struct icmphdr *icp1 = (struct icmphdr*)((unsigned char *)iph + iph->ihl*4);
1184 if (icp1->type != ICMP_ECHO ||
1186 icp1->un.echo.id != ident)
1191 acknowledge(ntohs(icp1->un.echo.sequence));
1216 ntohs(icp1->un.echo.sequence));