Searched refs:in_ip6h (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ilb/
H A Dilb_nat.c590 ilb_nat_icmpv6(mblk_t *mp, ip6_t *out_ip6h, icmp6_t *icmp6h, ip6_t *in_ip6h, argument
598 in_ip6h->ip6_dst = info->nat_src;
602 in_ip6h->ip6_src = info->nat_dst;
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c631 ip6_t *in_ip6h; local
633 in_ip6h = (ip6_t *)((uint8_t *)ip6h + hdr_length);
634 if ((uint8_t *)in_ip6h + (nexthdr == IPPROTO_ENCAP ?
918 ip6_t *in_ip6h; local
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);
[all...]

Completed in 70 milliseconds