Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/
Dicmp6.h144 #define ICMP6_DST_UNREACH_ADMIN 1 /* administratively prohibited */ macro
725 if (code == ICMP6_DST_UNREACH_ADMIN) \
/freebsd-12-stable/sbin/ipfw/
Dipv6.c52 { "admin-prohib", ICMP6_DST_UNREACH_ADMIN },
/freebsd-12-stable/sys/netpfil/ipfilter/netinet/
Dip_compat.h1036 #ifndef ICMP6_DST_UNREACH_ADMIN
1037 # define ICMP6_DST_UNREACH_ADMIN 1 macro
Dfil.c4250 ICMP6_DST_UNREACH_ADMIN, /* 9: ICMP_UNREACH_NET_PROHIB */
4251 ICMP6_DST_UNREACH_ADMIN, /* 10: ICMP_UNREACH_HOST_PROHIB */
4254 ICMP6_DST_UNREACH_ADMIN, /* 13: ICMP_UNREACH_ADMIN_PROHIBIT */
/freebsd-12-stable/contrib/tcpdump/
Dprint-icmp6.c144 #define ICMP6_DST_UNREACH_ADMIN 1 /* administratively prohibited */ macro
534 { ICMP6_DST_UNREACH_ADMIN, " unreachable prohibited"},
928 case ICMP6_DST_UNREACH_ADMIN: in icmp6_print()
/freebsd-12-stable/sys/netpfil/ipfw/nat64/
Dnat64_translate.c953 code = ICMP6_DST_UNREACH_ADMIN; in nat64_icmp_translate()
1376 case ICMP6_DST_UNREACH_ADMIN: in nat64_handle_icmp6()
/freebsd-12-stable/sys/netinet6/
Dicmp6.c175 case ICMP6_DST_UNREACH_ADMIN: in icmp6_errcount()
469 case ICMP6_DST_UNREACH_ADMIN: in icmp6_input()
Dsctp6_usrreq.c189 (icmp6_code == ICMP6_DST_UNREACH_ADMIN) || in sctp6_notify()
/freebsd-12-stable/usr.sbin/traceroute6/
Dtraceroute6.c949 case ICMP6_DST_UNREACH_ADMIN: in main()
/freebsd-12-stable/sbin/ipf/ipmon/
Dipmon.c228 { ICMP6_DST_UNREACH_ADMIN, "admin" },
/freebsd-12-stable/sbin/pfctl/
Dpfctl_parser.c175 { "admin-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_ADMIN },
/freebsd-12-stable/sbin/ping6/
Dping6.c2357 case ICMP6_DST_UNREACH_ADMIN: in pr_icmph()
/freebsd-12-stable/sys/netpfil/ipfw/
Dip_fw2.c880 return (ICMP6_DST_UNREACH_ADMIN); in map_icmp_unreach()