Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_input.c922 icmp_unreachable(mp, ICMP_SOURCE_ROUTE_FAILED, ira); in ire_recv_forward_v4()
1283 icmp_unreachable(mp, ICMP_SOURCE_ROUTE_FAILED, ira); in ire_recv_noroute_v4()
3035 icmp_unreachable(mp, ICMP_SOURCE_ROUTE_FAILED, in ip_fanout_v4()
H A Dip_output.c1600 icmp_unreachable(mp, ICMP_SOURCE_ROUTE_FAILED, &iras); in ire_send_noroute_v4()
H A Dip.c9072 icmp_unreachable(mp, ICMP_SOURCE_ROUTE_FAILED, in ip_forward_options()
9437 icmp_unreachable(mp, ICMP_SOURCE_ROUTE_FAILED, ira); in ip_input_local_options()
9625 icmp_unreachable(mp, ICMP_SOURCE_ROUTE_FAILED, ira); in ip_input_options()
13174 icmp_unreachable(mp, ICMP_SOURCE_ROUTE_FAILED, &iras); in ip_output_options()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h367 #define ICMP_SOURCE_ROUTE_FAILED 5 macro