Searched refs:ripha (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip.c | 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() [all …]
|