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

/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c2150 iptun_sendicmp_v6(iptun_t *iptun, icmp6_t *icmp6, ip6_t *orig_ip6h, mblk_t *mp, argument
2170 new_ip6h->ip6_vcf = orig_ip6h->ip6_vcf;
2172 new_ip6h->ip6_hops = orig_ip6h->ip6_hops;
2174 new_ip6h->ip6_src = orig_ip6h->ip6_dst;
2175 new_ip6h->ip6_dst = orig_ip6h->ip6_src;
2230 iptun_icmp_error_v6(iptun_t *iptun, ip6_t *orig_ip6h, mblk_t *mp, argument
2241 iptun_sendicmp_v6(iptun, &icmp6, orig_ip6h, mp, tsl);
2245 iptun_icmp_toobig_v6(iptun_t *iptun, uint32_t newmtu, ip6_t *orig_ip6h, argument
2254 iptun_sendicmp_v6(iptun, &icmp6, orig_ip6h, mp, tsl);

Completed in 100 milliseconds