OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shlen
(Results
1 - 2
of
2
) sorted by null
/external/qemu/slirp/
ip_icmp.c
207
unsigned hlen,
shlen
, s_ip_len;
local
230
shlen
=ip->ip_hl << 2;
233
icp = (struct icmp *)((char *)ip +
shlen
);
260
if(minsize) s_ip_len=
shlen
+ICMP_MINLEN; /* return header+8b only */
/external/qemu/slirp-android/
ip_icmp.c
209
unsigned hlen,
shlen
, s_ip_len;
local
232
shlen
=ip->ip_hl << 2;
235
icp = (struct icmp *)((char *)ip +
shlen
);
262
if(minsize) s_ip_len=
shlen
+ICMP_MINLEN; /* return header+8b only */
Completed in 732 milliseconds