Searched refs:hbh (Results 1 - 1 of 1) sorted by relevance

/external/tcpdump/
H A Dprint-icmp6.c600 struct ip6_hbh *hbh; local
633 hbh = (struct ip6_hbh *)bp;
634 if (!TTEST(hbh->ip6h_len))
636 nh = hbh->ip6h_nxt;
637 hlen = (hbh->ip6h_len + 1) << 3;

Completed in 46 milliseconds