Home | History | Annotate | Download | only in ping

Lines Matching defs:icmph

553 	struct icmphdr icmph;
559 iov.iov_base = &icmph;
560 iov.iov_len = sizeof(icmph);
598 if (res < sizeof(icmph) ||
600 icmph
601 icmph.un.echo.id != ident) {
610 acknowledge(ntohs(icmph.un.echo.sequence));
635 printf("From %s: icmp_seq=%u ", pr_addr(sin->sin_addr.s_addr), ntohs(icmph.un.echo.sequence));