Searched refs:ICMP6_DST_UNREACH_ADDR (Results 1 – 13 of 13) sorted by relevance
/titanic_50/usr/src/uts/common/netinet/ |
H A D | icmp6.h | 247 #define ICMP6_DST_UNREACH_ADDR 3 /* address unreachable */ macro
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/traceroute/ |
H A D | traceroute_aux6.c | 723 case ICMP6_DST_UNREACH_ADDR: in print_icmp_other6()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_icmp.c | 467 case ICMP6_DST_UNREACH_ADDR:
|
/titanic_50/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 2325 #ifndef ICMP6_DST_UNREACH_ADDR 2326 # define ICMP6_DST_UNREACH_ADDR 3 macro
|
/titanic_50/usr/src/uts/common/inet/ipf/ |
H A D | fil.c | 4228 ICMP6_DST_UNREACH_ADDR, /* 0: ICMP_UNREACH_NET */ 4229 ICMP6_DST_UNREACH_ADDR, /* 1: ICMP_UNREACH_HOST */ 4234 ICMP6_DST_UNREACH_ADDR, /* 6: ICMP_UNREACH_NET_UNKNOWN */ 4235 ICMP6_DST_UNREACH_ADDR, /* 7: ICMP_UNREACH_HOST_UNKNOWN */
|
/titanic_50/usr/src/uts/common/inet/iptun/ |
H A D | iptun.c | 2473 ICMP6_DST_UNREACH_ADDR); in iptun_input_icmp_v4() 2637 ICMP6_DST_UNREACH_ADDR); in iptun_input_icmp_v6()
|
/titanic_50/usr/src/cmd/ipf/tools/ |
H A D | ipmon.c | 276 { ICMP6_DST_UNREACH_ADDR, "address" },
|
/titanic_50/usr/src/uts/common/inet/sctp/ |
H A D | sctp.c | 1280 case ICMP6_DST_UNREACH_ADDR: in sctp_icmp_error_ipv6()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipsecconf.c | 496 {"addr-unr6", ICMP6_DST_UNREACH_ADDR},
|
/titanic_50/usr/src/uts/common/inet/tcp/ |
H A D | tcp_input.c | 5694 case ICMP6_DST_UNREACH_ADDR: in tcp_icmp_error_ipv6()
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip_ndp.c | 2852 ICMP6_DST_UNREACH_ADDR, B_FALSE, &iras); in ndp_resolv_failed()
|
H A D | icmp.c | 1309 case ICMP6_DST_UNREACH_ADDR: in icmp_icmp_error_ipv6()
|
/titanic_50/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 1165 case ICMP6_DST_UNREACH_ADDR: in udp_icmp_error_ipv6()
|