Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dip6.h122 u_int8_t ip6h_len; /* length in units of 8 octets */ member
/f-stack/freebsd/netpfil/ipfw/pmod/
H A Dtcpmod.c140 hlen += (hbh->ip6h_len + 1) << 3; in tcpmod_ipv6_setmss()
/f-stack/freebsd/netinet6/
H A Dip6_output.c998 if ((hbh->ip6h_len + 1) << 3 > exthdrs.ip6e_hbh->m_len) in ip6_output()
1010 ((hbh->ip6h_len + 1) << 3) - sizeof(struct ip6_hbh), in ip6_output()
1394 hbh->ip6h_len += (JUMBOOPTLEN >> 3); in ip6_insert_jumboopt()
3115 hbhlen = (hbh->ip6h_len + 1) << 3; in ip6_setpktopt()
H A Dip6_input.c964 hbhlen = (hbh->ip6h_len + 1) << 3; in ip6_hopopts_input()
1406 hbhlen = (hbh->ip6h_len + 1) << 3; in ip6_savecontrol()
/f-stack/freebsd/netpfil/ipfw/nptv6/
H A Dnptv6.c131 hlen += (hbh->ip6h_len + 1) << 3; in nptv6_getlasthdr()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c1570 hlen += (((struct ip6_hbh *)ulp)->ip6h_len + 1) << 3; in ipfw_chk()
1626 hlen += (((struct ip6_hbh *)ulp)->ip6h_len + 1) << 3; in ipfw_chk()
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64_translate.c1220 hlen += (hbh->ip6h_len + 1) << 3; in nat64_getlasthdr()