Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/netinet/
H A Dicmp6.h243 #define ICMP6_DST_UNREACH_ADMIN 1 /* communication with destination */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux6.c716 case ICMP6_DST_UNREACH_ADMIN: in print_icmp_other6()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_icmp.c464 case ICMP6_DST_UNREACH_ADMIN:
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h2316 #ifndef ICMP6_DST_UNREACH_ADMIN
2317 # define ICMP6_DST_UNREACH_ADMIN 1 macro
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c274 { ICMP6_DST_UNREACH_ADMIN, "admin" },
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c4233 ICMP6_DST_UNREACH_ADMIN, /* 9: ICMP_UNREACH_NET_PROHIB */
4234 ICMP6_DST_UNREACH_ADMIN, /* 10: ICMP_UNREACH_HOST_PROHIB */
4237 ICMP6_DST_UNREACH_ADMIN, /* 13: ICMP_UNREACH_ADMIN_PROHIBIT */
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c255 if (icmp6->icmp6_code == ICMP6_DST_UNREACH_ADMIN) in icmp_inbound_v6()
1407 if (icmp6->icmp6_code == ICMP6_DST_UNREACH_ADMIN) in icmp_update_out_mib_v6()
H A Dicmp.c1313 case ICMP6_DST_UNREACH_ADMIN: in icmp_icmp_error_ipv6()
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp.c1277 case ICMP6_DST_UNREACH_ADMIN: in sctp_icmp_error_ipv6()
/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c2471 ICMP6_DST_UNREACH_ADMIN); in iptun_input_icmp_v4()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c495 {"adm-prohib6", ICMP6_DST_UNREACH_ADMIN},
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c5856 case ICMP6_DST_UNREACH_ADMIN: in tcp_icmp_error_ipv6()
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c1179 case ICMP6_DST_UNREACH_ADMIN: in udp_icmp_error_ipv6()