Home
last modified time | relevance | path

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

/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dinsn_headers.py188 ICMP6_DST_UNREACH_NOROUTE = 0 variable in Icmp6RejectCode
/freebsd/sys/netinet6/
H A Dip6_fastfwd.c69 ICMP6_DST_UNREACH_NOROUTE, 0); in ip6_findroute()
H A Dip6_forward.c192 ICMP6_DST_UNREACH_NOROUTE, 0); in ip6_forward()
H A Dicmp6.c180 case ICMP6_DST_UNREACH_NOROUTE: in icmp6_errcount()
406 case ICMP6_DST_UNREACH_NOROUTE: in icmp6_errmap()
522 case ICMP6_DST_UNREACH_NOROUTE: in icmp6_input()
H A Dsctp6_usrreq.c182 if ((icmp6_code == ICMP6_DST_UNREACH_NOROUTE) || in sctp6_notify()
/freebsd/sbin/ipfw/
H A Dipv6.c49 { "no-route", ICMP6_DST_UNREACH_NOROUTE },
/freebsd/contrib/tcpdump/
H A Dprint-icmp6.c141 #define ICMP6_DST_UNREACH_NOROUTE 0 /* no route to destination */ macro
675 { ICMP6_DST_UNREACH_NOROUTE, "unreachable route" },
1068 case ICMP6_DST_UNREACH_NOROUTE: /* fall through */ in icmp6_print()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h1025 #ifndef ICMP6_DST_UNREACH_NOROUTE
1026 # define ICMP6_DST_UNREACH_NOROUTE 0 macro
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c935 code = ICMP6_DST_UNREACH_NOROUTE; in nat64_icmp_translate()
1373 case ICMP6_DST_UNREACH_NOROUTE: in nat64_handle_icmp6()
1659 ICMP6_DST_UNREACH_NOROUTE, 0, &cfg->stats, logdata); in nat64_do_handle_ip6()
/freebsd/sys/netinet/
H A Dicmp6.h142 #define ICMP6_DST_UNREACH_NOROUTE 0 /* no route to destination */ macro
/freebsd/usr.sbin/traceroute6/
H A Dtraceroute6.c990 case ICMP6_DST_UNREACH_NOROUTE: in main()
/freebsd/sbin/ipf/ipmon/
H A Dipmon.c222 { ICMP6_DST_UNREACH_NOROUTE, "noroute" },
/freebsd/sbin/pfctl/
H A Dpfctl_parser.c173 { "noroute-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOROUTE },
/freebsd/sbin/ping/
H A Dping6.c2280 case ICMP6_DST_UNREACH_NOROUTE: in pr_icmph()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c873 return (ICMP6_DST_UNREACH_NOROUTE); in map_icmp_unreach()