Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux6.c487 *code == ICMP6_DST_UNREACH_NOPORT) { in check_reply6()
708 case ICMP6_DST_UNREACH_NOPORT: in print_icmp_other6()
/illumos-gate/usr/src/uts/common/netinet/
H A Dicmp6.h248 #define ICMP6_DST_UNREACH_NOPORT 4 /* bad port */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/ilb/
H A Dilb_probe.c478 if (icmp6h->icmp6_code != ICMP6_DST_UNREACH_NOPORT) in check_icmp_unreach_v6()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux6.c374 if (icmp6->icmp6_code == ICMP6_DST_UNREACH_NOPORT && in check_reply6()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_icmp.c470 case ICMP6_DST_UNREACH_NOPORT:
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h2328 #ifndef ICMP6_DST_UNREACH_NOPORT
2329 # define ICMP6_DST_UNREACH_NOPORT 4 macro
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c277 { ICMP6_DST_UNREACH_NOPORT, "noport" },
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c2423 ASSERT(icmp_code == ICMP6_DST_UNREACH_NOPORT); in ip_fanout_send_icmp_v6()
2571 ICMP6_DST_UNREACH_NOPORT, ira); in ip_fanout_udp_multi_v6()
H A Dip6_input.c2313 ICMP6_DST_UNREACH_NOPORT, ira); in ip_fanout_v6()
H A Dicmp.c1310 case ICMP6_DST_UNREACH_NOPORT: in icmp_icmp_error_ipv6()
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp.c1263 case ICMP6_DST_UNREACH_NOPORT: in sctp_icmp_error_ipv6()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c497 {"port-unr6", ICMP6_DST_UNREACH_NOPORT},
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c5855 case ICMP6_DST_UNREACH_NOPORT: in tcp_icmp_error_ipv6()
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c1176 case ICMP6_DST_UNREACH_NOPORT: in udp_icmp_error_ipv6()
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c4227 ICMP6_DST_UNREACH_NOPORT, /* 3: ICMP_UNREACH_PORT */