Home
last modified time | relevance | path

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

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