HomeSort by relevance Sort by last modified time
    Searched defs:icmph (Results 26 - 27 of 27) sorted by null

12

  /external/kernel-headers/original/linux/
skbuff.h 244 struct icmphdr *icmph; member in union:sk_buff::__anon8123
    [all...]
  /external/ping/
ping.c 975 struct icmphdr icmph; local
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));
    [all...]

Completed in 534 milliseconds

12