Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dip6.h114 nd_uint8_t ip6h_len; /* length in units of 8 octets */ member
H A Dprint-ip6opts.c224 hbhlen = (GET_U_1(dp->ip6h_len) + 1) << 3; in hbhopt_process()
H A Dprint-icmp6.c1356 if (!ND_TTEST_1(hbh->ip6h_len)) in get_upperlayer()
1359 hlen = (GET_U_1(hbh->ip6h_len) + 1) << 3; in get_upperlayer()
/freebsd/sys/netinet/
H A Dip6.h125 u_int8_t ip6h_len; /* length in units of 8 octets */ member
/freebsd/sys/netpfil/ipfw/pmod/
H A Dtcpmod.c137 hlen += (hbh->ip6h_len + 1) << 3; in tcpmod_ipv6_setmss()
/freebsd/sbin/ping/
H A Dping6.c1866 extlen = (ext->ip6h_len + 1) * 8; in pr_ip6opt()
1868 (unsigned int)ext->ip6h_len, (unsigned long)extlen); in pr_ip6opt()
1878 (unsigned int)(ext->ip6h_len)); in pr_ip6opt()
2569 hlen = (((struct ip6_hbh *)cp)->ip6h_len+1) << 3; in pr_retip()
/freebsd/sys/netinet6/
H A Dip6_output.c991 if ((hbh->ip6h_len + 1) << 3 > exthdrs.ip6e_hbh->m_len) in ip6_output()
1003 ((hbh->ip6h_len + 1) << 3) - sizeof(struct ip6_hbh), in ip6_output()
1402 hbh->ip6h_len += (JUMBOOPTLEN >> 3); in ip6_insert_jumboopt()
3112 hbhlen = (hbh->ip6h_len + 1) << 3; in ip6_setpktopt()
H A Dip6_input.c974 hbhlen = (hbh->ip6h_len + 1) << 3; in ip6_hopopts_input()
1416 hbhlen = (hbh->ip6h_len + 1) << 3; in ip6_savecontrol()
/freebsd/sys/netpfil/ipfw/nptv6/
H A Dnptv6.c129 hlen += (hbh->ip6h_len + 1) << 3; in nptv6_getlasthdr()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c1644 hlen += (((struct ip6_hbh *)ulp)->ip6h_len + 1) << 3; in ipfw_chk()
1700 hlen += (((struct ip6_hbh *)ulp)->ip6h_len + 1) << 3; in ipfw_chk()
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c1215 hlen += (hbh->ip6h_len + 1) << 3; in nat64_getlasthdr()