Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c2073 ipha_t ripha; /* With reversed addresses */ in icmp_inbound_error_fanout_v4() local
2096 ripha.ipha_src = ipha->ipha_dst; in icmp_inbound_error_fanout_v4()
2097 ripha.ipha_dst = ipha->ipha_src; in icmp_inbound_error_fanout_v4()
2098 ripha.ipha_protocol = ipha->ipha_protocol; in icmp_inbound_error_fanout_v4()
2099 ripha.ipha_version_and_hdr_length = ipha->ipha_version_and_hdr_length; in icmp_inbound_error_fanout_v4()
2102 ripha.ipha_protocol, ntohl(ipha->ipha_src), in icmp_inbound_error_fanout_v4()
2116 ip_fanout_udp_multi_v4(mp, &ripha, up[0], up[1], ira); in icmp_inbound_error_fanout_v4()
2173 ip_fanout_sctp(mp, &ripha, NULL, ports, ira); in icmp_inbound_error_fanout_v4()
2291 if ((connp = ipcl_iptun_classify_v4(&ripha.ipha_src, in icmp_inbound_error_fanout_v4()
2292 &ripha.ipha_dst, ipst)) != NULL) { in icmp_inbound_error_fanout_v4()
[all …]