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

/freebsd-9.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-9.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-9.3-release/sys/netinet6/
H A Dip6_input.c1093 hbhlen = (hbh->ip6h_len + 1) << 3;
1104 hbhlen = (hbh->ip6h_len + 1) << 3;
1456 hbhlen = (hbh->ip6h_len + 1) << 3;
1465 hbhlen = (hbh->ip6h_len + 1) << 3;
H A Dip6_output.c857 if ((hbh->ip6h_len + 1) << 3 > exthdrs.ip6e_hbh->m_len)
869 ((hbh->ip6h_len + 1) << 3) - sizeof(struct ip6_hbh),
1323 hbh->ip6h_len += (JUMBOOPTLEN >> 3);
2819 hbhlen = (hbh->ip6h_len + 1) << 3;
/freebsd-9.3-release/sbin/ping6/
H A Dping6.c1824 extlen = (ext->ip6h_len + 1) * 8;
1826 (unsigned int)ext->ip6h_len, (unsigned long)extlen);
1836 (unsigned int)(ext->ip6h_len));
2610 hlen = (((struct ip6_hbh *)cp)->ip6h_len+1) << 3;
/freebsd-9.3-release/sys/net/
H A Dflowtable.c696 hlen += (((struct ip6_hbh *)ulp)->ip6h_len + 1) << 3;
716 hlen += (((struct ip6_hbh *)ulp)->ip6h_len + 1) << 3;
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Dip_fw2.c1052 hlen += (((struct ip6_hbh *)ulp)->ip6h_len + 1) << 3;
1108 hlen += (((struct ip6_hbh *)ulp)->ip6h_len + 1) << 3;

Completed in 99 milliseconds