Searched defs:new_ip6h (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c2155 ip6_t *new_ip6h; local
2167 new_ip6h = (ip6_t *)icmp6err_mp->b_rptr;
2168 new_icmp6 = (icmp6_t *)(new_ip6h + 1);
2170 new_ip6h->ip6_vcf = orig_ip6h->ip6_vcf;
2171 new_ip6h->ip6_plen = htons(sizeof (icmp6_t) + orig_pktsize);
2172 new_ip6h->ip6_hops = orig_ip6h->ip6_hops;
2173 new_ip6h->ip6_nxt = IPPROTO_ICMPV6;
2174 new_ip6h->ip6_src = orig_ip6h->ip6_dst;
2175 new_ip6h->ip6_dst = orig_ip6h->ip6_src;
2179 new_icmp6->icmp6_cksum = new_ip6h
[all...]

Completed in 272 milliseconds