Lines Matching defs:icmph
613 struct icmphdr icmph;
619 iov.iov_base = &icmph;
620 iov.iov_len = sizeof(icmph);
658 if (res < sizeof(icmph) ||
660 icmph.type != ICMP_ECHO ||
661 !is_ours(icmph.un.echo.id)) {
670 acknowledge(ntohs(icmph.un.echo.sequence));
696 printf("From %s: icmp_seq=%u ", pr_addr(sin->sin_addr.s_addr), ntohs(icmph.un.echo.sequence));