HomeSort by relevance Sort by last modified time
    Searched full:icp1 (Results 1 - 1 of 1) sorted by null

  /external/ping/
ping.c 1179 struct icmphdr *icp1 = (struct icmphdr*)((unsigned char *)iph + iph->ihl*4); local
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));
    [all...]

Completed in 389 milliseconds