Lines Matching defs:in_ip6h
631 ip6_t *in_ip6h;
633 in_ip6h = (ip6_t *)((uint8_t *)ip6h + hdr_length);
634 if ((uint8_t *)in_ip6h + (nexthdr == IPPROTO_ENCAP ?
918 ip6_t *in_ip6h;
920 in_ip6h = (ip6_t *)((uint8_t *)ip6h + hdr_length);
922 if (IN6_ARE_ADDR_EQUAL(&in_ip6h->ip6_src, &ip6h->ip6_src) &&
923 IN6_ARE_ADDR_EQUAL(&in_ip6h->ip6_dst, &ip6h->ip6_dst)) {
935 if (!ip_hdr_length_nexthdr_v6(mp, in_ip6h,
945 bcopy(in_ip6h, ip6h, mp->b_wptr - (uchar_t *)in_ip6h);