Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ip6opts.c294 TCHECK(dp->ip6h_len); in hbhopt_print()
295 hbhlen = (int)((dp->ip6h_len + 1) << 3); in hbhopt_print()
Dip6.h120 u_int8_t ip6h_len; /* length in units of 8 octets */ member
Dprint-icmp6.c561 if (!TTEST(hbh->ip6h_len)) in get_upperlayer()
564 hlen = (hbh->ip6h_len + 1) << 3; in get_upperlayer()
/external/ping6/
Dping6.c1756 extlen = (ext->ip6h_len + 1) * 8; in pr_ip6opt()
1758 (unsigned int)ext->ip6h_len, (unsigned long)extlen); in pr_ip6opt()
2487 hlen = (((struct ip6_hbh *)cp)->ip6h_len+1) << 3; in pr_retip()