Home
last modified time | relevance | path

Searched refs:hbhlen (Results 1 – 1 of 1) sorted by relevance

/external/tcpdump/
Dprint-ip6opts.c292 int hbhlen = 0; in hbhopt_print() local
295 hbhlen = (int)((dp->ip6h_len + 1) << 3); in hbhopt_print()
296 TCHECK2(*dp, hbhlen); in hbhopt_print()
299 ip6_opt_print((const u_char *)dp + sizeof(*dp), hbhlen - sizeof(*dp)); in hbhopt_print()
301 return(hbhlen); in hbhopt_print()