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

/freebsd-10.3-release/contrib/tcpdump/
H A Dip6.h119 u_int8_t ip6h_len; /* length in units of 8 octets */ member in struct:ip6_hbh
H A Dprint-ip6opts.c297 TCHECK(dp->ip6h_len);
298 hbhlen = (int)((dp->ip6h_len + 1) << 3);
H A Dprint-icmp6.c634 if (!TTEST(hbh->ip6h_len))
637 hlen = (hbh->ip6h_len + 1) << 3;
/freebsd-10.3-release/sys/netinet/
H A Dip6.h124 u_int8_t ip6h_len; /* length in units of 8 octets */ member in struct:ip6_hbh
/freebsd-10.3-release/sys/netinet6/
H A Dip6_input.c1082 hbhlen = (hbh->ip6h_len + 1) << 3;
1093 hbhlen = (hbh->ip6h_len + 1) << 3;
1445 hbhlen = (hbh->ip6h_len + 1) << 3;
1454 hbhlen = (hbh->ip6h_len + 1) << 3;
H A Dip6_output.c744 if ((hbh->ip6h_len + 1) << 3 > exthdrs.ip6e_hbh->m_len)
756 ((hbh->ip6h_len + 1) << 3) - sizeof(struct ip6_hbh),
1143 hbh->ip6h_len += (JUMBOOPTLEN >> 3);
2639 hbhlen = (hbh->ip6h_len + 1) << 3;
/freebsd-10.3-release/sys/net/
H A Dflowtable.c350 hlen += (((struct ip6_hbh *)ulp)->ip6h_len + 1) << 3;
370 hlen += (((struct ip6_hbh *)ulp)->ip6h_len + 1) << 3;
/freebsd-10.3-release/sbin/ping6/
H A Dping6.c1795 extlen = (ext->ip6h_len + 1) * 8;
1797 (unsigned int)ext->ip6h_len, (unsigned long)extlen);
1807 (unsigned int)(ext->ip6h_len));
2571 hlen = (((struct ip6_hbh *)cp)->ip6h_len+1) << 3;
/freebsd-10.3-release/sys/netpfil/ipfw/
H A Dip_fw2.c1051 hlen += (((struct ip6_hbh *)ulp)->ip6h_len + 1) << 3;
1107 hlen += (((struct ip6_hbh *)ulp)->ip6h_len + 1) << 3;

Completed in 187 milliseconds