Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dip6_fastfwd.c70 ICMP6_DST_UNREACH_NOROUTE, 0); in ip6_findroute()
H A Dip6_forward.c194 ICMP6_DST_UNREACH_NOROUTE, 0); in ip6_forward()
H A Dicmp6.c175 case ICMP6_DST_UNREACH_NOROUTE: in icmp6_errcount()
470 case ICMP6_DST_UNREACH_NOROUTE: in icmp6_input()
H A Dsctp6_usrreq.c185 if ((icmp6_code == ICMP6_DST_UNREACH_NOROUTE) || in sctp6_notify()
/f-stack/tools/ipfw/
H A Dipv6.c55 { "no-route", ICMP6_DST_UNREACH_NOROUTE },
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_compat.h1045 #ifndef ICMP6_DST_UNREACH_NOROUTE
1046 # define ICMP6_DST_UNREACH_NOROUTE 0 macro
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64_translate.c940 code = ICMP6_DST_UNREACH_NOROUTE; in nat64_icmp_translate()
1378 case ICMP6_DST_UNREACH_NOROUTE: in nat64_handle_icmp6()
1664 ICMP6_DST_UNREACH_NOROUTE, 0, &cfg->stats, logdata); in nat64_do_handle_ip6()
/f-stack/tools/compat/include/netinet/
H A Dicmp6.h147 #define ICMP6_DST_UNREACH_NOROUTE 0 /* no route to destination */ macro
/f-stack/freebsd/netinet/
H A Dicmp6.h143 #define ICMP6_DST_UNREACH_NOROUTE 0 /* no route to destination */ macro
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c875 return (ICMP6_DST_UNREACH_NOROUTE); in map_icmp_unreach()