Searched refs:ip6d_len (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_ipv6.c163 (8 * (hdrptr->ip6d_len + 1)));
205 whereptr += 8 * (exthdrptr->ip6d_len + 1);
266 whereptr += 8 * (hdrptr->ip6d_len + 1);
/illumos-gate/usr/src/uts/common/netinet/
H A Dip6.h81 uint8_t ip6d_len; /* length in units of 8 octets */ member in struct:ip6_dest
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c2677 ehdrlen = 8 * (tmpdstopts->ip6d_len + 1);
2781 ehdrlen = 8 * (desthdr->ip6d_len + 1);
3181 ehdrlen = 8 * (desthdr->ip6d_len + 1);
3401 hdr_len = 8 * (dest_hdr->ip6d_len + 1);
4165 hdr_len = 8 * (dest_hdr->ip6d_len + 1);
4357 hdr_len = 8 * (dest_hdr->ip6d_len + 1);
4735 hdrlen = 8 * (desthdr->ip6d_len + 1);
4968 ehdrlen = 8 * (dsthdr->ip6d_len + 1);
5013 ehdrlen = 8 * (dsthdr->ip6d_len + 1);
H A Dipsecah.c2514 ehdrlen = 8 * (dsthdr->ip6d_len + 1);
3802 hdrlen = 8 * (dsthdr->ip6d_len + 1);
H A Dip6_input.c2437 ehdrlen = 8 * (desthdr->ip6d_len + 1);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c535 exthdrlen = 8 + ipv6ext_dest->ip6d_len * 8;
1087 len = ipv6ext_dest->ip6d_len * 8 + 8;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux6.c575 exthdrlength = 8 * (desthdr->ip6d_len + 1);
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dclassifier.c528 ehdrlen = 8 * (desthdr->ip6d_len + 1);
/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacct.c150 ehdrlen = 8 * (desthdr->ip6d_len + 1);
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_util.c512 ehdrlen = 8 * (desthdr->ip6d_len + 1);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux6.c980 exthdrlength = 8 * (desthdr->ip6d_len + 1);
/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c2529 endptr = (uint8_t *)destp + 8 * (destp->ip6d_len + 1);

Completed in 107 milliseconds