OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 97 milliseconds