Home
last modified time | relevance | path

Searched refs:rip6h (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c759 ip6_t rip6h; /* With reversed addresses */ in icmp_inbound_error_fanout_v6() local
785 rip6h.ip6_src = ip6h->ip6_dst; in icmp_inbound_error_fanout_v6()
786 rip6h.ip6_dst = ip6h->ip6_src; in icmp_inbound_error_fanout_v6()
787 rip6h.ip6_nxt = nexthdr; in icmp_inbound_error_fanout_v6()
797 ip_fanout_udp_multi_v6(mp, &rip6h, up[0], up[1], ira); in icmp_inbound_error_fanout_v6()
857 ip_fanout_sctp(mp, NULL, &rip6h, ports, ira); in icmp_inbound_error_fanout_v6()
969 if ((connp = ipcl_iptun_classify_v6(&rip6h.ip6_src, in icmp_inbound_error_fanout_v6()
970 &rip6h.ip6_dst, ipst)) != NULL) { in icmp_inbound_error_fanout_v6()
985 ip_fanout_proto_v6(mp, &rip6h, ira); in icmp_inbound_error_fanout_v6()