Lines Matching refs:ripha
2075 ipha_t ripha; /* With reversed addresses */ in icmp_inbound_error_fanout_v4() local
2098 ripha.ipha_src = ipha->ipha_dst; in icmp_inbound_error_fanout_v4()
2099 ripha.ipha_dst = ipha->ipha_src; in icmp_inbound_error_fanout_v4()
2100 ripha.ipha_protocol = ipha->ipha_protocol; in icmp_inbound_error_fanout_v4()
2101 ripha.ipha_version_and_hdr_length = ipha->ipha_version_and_hdr_length; in icmp_inbound_error_fanout_v4()
2104 ripha.ipha_protocol, ntohl(ipha->ipha_src), in icmp_inbound_error_fanout_v4()
2118 ip_fanout_udp_multi_v4(mp, &ripha, up[0], up[1], ira); in icmp_inbound_error_fanout_v4()
2170 ip_fanout_sctp(mp, &ripha, NULL, ports, ira); in icmp_inbound_error_fanout_v4()
2288 if ((connp = ipcl_iptun_classify_v4(&ripha.ipha_src, in icmp_inbound_error_fanout_v4()
2289 &ripha.ipha_dst, ipst)) != NULL) { in icmp_inbound_error_fanout_v4()
2303 ip_fanout_proto_v4(mp, &ripha, ira); in icmp_inbound_error_fanout_v4()