Home
last modified time | relevance | path

Searched refs:ip6d_len (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_ipv6.c163 (8 * (hdrptr->ip6d_len + 1))); in mac_ipv6_header()
205 whereptr += 8 * (exthdrptr->ip6d_len + 1); in mac_ipv6_header_info()
266 whereptr += 8 * (hdrptr->ip6d_len + 1); in mac_ipv6_pdata_verify()
/illumos-gate/usr/src/uts/common/netinet/
H A Dip6.h79 uint8_t ip6d_len; /* length in units of 8 octets */ member
/illumos-gate/usr/src/common/inet/
H A Dinet_hash.c88 ehdrlen = 8 * (desthdr->ip6d_len + 1); in inet_pkthash_ip_hdr_length_v6()
/illumos-gate/usr/src/uts/common/os/
H A Dip_cksum.c474 ehdrlen = 8 * (desthdr->ip6d_len + 1); in ip_hdr_length_nexthdr_v6()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c2667 ehdrlen = 8 * (tmpdstopts->ip6d_len + 1); in ip_find_hdr_v6()
3080 ehdrlen = 8 * (desthdr->ip6d_len + 1); in ipsec_needs_processing_v6()
3300 hdr_len = 8 * (dest_hdr->ip6d_len + 1); in ip_input_fragment_v6()
4064 hdr_len = 8 * (dest_hdr->ip6d_len + 1); in ip_fragment_v6()
4256 hdr_len = 8 * (dest_hdr->ip6d_len + 1); in ip_fraghdr_add_v6()
4634 hdrlen = 8 * (desthdr->ip6d_len + 1); in ip_find_rthdr_v6()
4867 ehdrlen = 8 * (dsthdr->ip6d_len + 1); in ipsec_ah_get_hdr_size_v6()
4912 ehdrlen = 8 * (dsthdr->ip6d_len + 1); in ipsec_ah_get_hdr_size_v6()
H A Dipsecah.c2359 ehdrlen = 8 * (dsthdr->ip6d_len + 1); in ah_fix_phdr_v6()
3647 hdrlen = 8 * (dsthdr->ip6d_len + 1); in ah_auth_in_done()
H A Dip6_input.c2448 ehdrlen = 8 * (desthdr->ip6d_len + 1); in ip_fanout_v6()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c535 exthdrlen = 8 + ipv6ext_dest->ip6d_len * 8; in print_ipv6_extensions()
1087 len = ipv6ext_dest->ip6d_len * 8 + 8; in prt_dest_options()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux6.c573 exthdrlength = 8 * (desthdr->ip6d_len + 1); in IPv6_hdrlen()
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dclassifier.c528 ehdrlen = 8 * (desthdr->ip6d_len + 1); in get_port_info()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux6.c980 exthdrlength = 8 * (desthdr->ip6d_len + 1); in IPv6_hdrlen()
/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacct.c150 ehdrlen = 8 * (desthdr->ip6d_len + 1); in flowacct_port_info()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_util.c1619 ehdrlen = 8 * (desthdr->ip6d_len + 1); in mac_ip_hdr_length_v6()
/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c2529 endptr = (uint8_t *)destp + 8 * (destp->ip6d_len + 1); in iptun_find_encaplimit()