Searched refs:rip6h (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | ip6.c | 769 ip6_t rip6h; /* With reversed addresses */ in icmp_inbound_error_fanout_v6() local 795 rip6h.ip6_src = ip6h->ip6_dst; in icmp_inbound_error_fanout_v6() 796 rip6h.ip6_dst = ip6h->ip6_src; in icmp_inbound_error_fanout_v6() 797 rip6h.ip6_nxt = nexthdr; in icmp_inbound_error_fanout_v6() 807 ip_fanout_udp_multi_v6(mp, &rip6h, up[0], up[1], ira); in icmp_inbound_error_fanout_v6() 867 ip_fanout_sctp(mp, NULL, &rip6h, ports, ira); in icmp_inbound_error_fanout_v6() 979 if ((connp = ipcl_iptun_classify_v6(&rip6h.ip6_src, in icmp_inbound_error_fanout_v6() 980 &rip6h.ip6_dst, ipst)) != NULL) { in icmp_inbound_error_fanout_v6() 995 ip_fanout_proto_v6(mp, &rip6h, ira); in icmp_inbound_error_fanout_v6()
|