Lines Matching defs:icmph
975 struct icmphdr icmph;
981 iov.iov_base = &icmph;
982 iov.iov_len = sizeof(icmph);
1019 if (res < sizeof(icmph) ||
1021 icmph.type != ICMP_ECHO ||
1022 icmph.un.echo.id != ident) {
1028 acknowledge(ntohs(icmph.un.echo.sequence));
1048 printf("From %s icmp_seq=%u ", pr_addr(sin->sin_addr.s_addr), ntohs(icmph.un.echo.sequence));