Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ip6opts.c177 int hbhlen = 0; in hbhopt_print() local
180 hbhlen = (int)((dp->ip6h_len + 1) << 3); in hbhopt_print()
181 ND_TCHECK2(*dp, hbhlen); in hbhopt_print()
184 ip6_opt_print(ndo, (const u_char *)dp + sizeof(*dp), hbhlen - sizeof(*dp)); in hbhopt_print()
186 return(hbhlen); in hbhopt_print()