Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/netinet/
H A Dicmp6.h243 #define ICMP6_DST_UNREACH_ADMIN 1 /* communication with destination */ macro
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux6.c718 case ICMP6_DST_UNREACH_ADMIN: in print_icmp_other6()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_icmp.c464 case ICMP6_DST_UNREACH_ADMIN:
/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h2311 #ifndef ICMP6_DST_UNREACH_ADMIN
2312 # define ICMP6_DST_UNREACH_ADMIN 1 macro
/titanic_41/usr/src/cmd/ipf/tools/
H A Dipmon.c270 { ICMP6_DST_UNREACH_ADMIN, "admin" },
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dfil.c4234 ICMP6_DST_UNREACH_ADMIN, /* 9: ICMP_UNREACH_NET_PROHIB */
4235 ICMP6_DST_UNREACH_ADMIN, /* 10: ICMP_UNREACH_HOST_PROHIB */
4238 ICMP6_DST_UNREACH_ADMIN, /* 13: ICMP_UNREACH_ADMIN_PROHIBIT */
/titanic_41/usr/src/uts/common/inet/sctp/
H A Dsctp.c1277 case ICMP6_DST_UNREACH_ADMIN: in sctp_icmp_error_ipv6()
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip6.c253 if (icmp6->icmp6_code == ICMP6_DST_UNREACH_ADMIN) in icmp_inbound_v6()
1417 if (icmp6->icmp6_code == ICMP6_DST_UNREACH_ADMIN) in icmp_update_out_mib_v6()
H A Dicmp.c1306 case ICMP6_DST_UNREACH_ADMIN: in icmp_icmp_error_ipv6()
/titanic_41/usr/src/uts/common/inet/iptun/
H A Diptun.c2469 ICMP6_DST_UNREACH_ADMIN); in iptun_input_icmp_v4()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c495 {"adm-prohib6", ICMP6_DST_UNREACH_ADMIN},
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c5720 case ICMP6_DST_UNREACH_ADMIN: in tcp_icmp_error_ipv6()
/titanic_41/usr/src/uts/common/inet/udp/
H A Dudp.c1096 case ICMP6_DST_UNREACH_ADMIN: in udp_icmp_error_ipv6()