OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hbhlen
(Results
1 - 1
of
1
) sorted by null
/external/tcpdump/
print-ip6opts.c
292
int
hbhlen
= 0;
local
295
hbhlen
= (int)((dp->ip6h_len + 1) << 3);
296
TCHECK2(*dp,
hbhlen
);
299
ip6_opt_print((const u_char *)dp + sizeof(*dp),
hbhlen
- sizeof(*dp));
301
return(
hbhlen
);
Completed in 178 milliseconds