Home
last modified time | relevance | path

Searched refs:ICMP6_DST_UNREACH_BEYONDSCOPE (Results 1 – 9 of 9) sorted by relevance

/freebsd-11-stable/sys/netinet6/
HDip6_forward.c226 ICMP6_DST_UNREACH_BEYONDSCOPE, 0); in ip6_forward()
HDicmp6.c176 case ICMP6_DST_UNREACH_BEYONDSCOPE: in icmp6_errcount()
486 case ICMP6_DST_UNREACH_BEYONDSCOPE: in icmp6_input()
HDsctp6_usrreq.c189 (icmp6_code == ICMP6_DST_UNREACH_BEYONDSCOPE) || in sctp6_notify()
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
HDip_compat.h1049 #ifndef ICMP6_DST_UNREACH_BEYONDSCOPE
1050 # define ICMP6_DST_UNREACH_BEYONDSCOPE 2 macro
/freebsd-11-stable/contrib/tcpdump/
HDprint-icmp6.c146 #define ICMP6_DST_UNREACH_BEYONDSCOPE 2 /* beyond scope of source address */ macro
535 { ICMP6_DST_UNREACH_BEYONDSCOPE, "beyond scope"},
932 case ICMP6_DST_UNREACH_BEYONDSCOPE: in icmp6_print()
/freebsd-11-stable/sys/netinet/
HDicmp6.h144 #define ICMP6_DST_UNREACH_BEYONDSCOPE 2 /* beyond scope of source address */ macro
/freebsd-11-stable/sys/netpfil/ipfw/nat64/
HDnat64_translate.c1320 case ICMP6_DST_UNREACH_BEYONDSCOPE: in nat64_handle_icmp6()
/freebsd-11-stable/sbin/pfctl/
HDpfctl_parser.c177 { "beyond-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_BEYONDSCOPE },
/freebsd-11-stable/sbin/ping6/
HDping6.c2300 case ICMP6_DST_UNREACH_BEYONDSCOPE: in pr_icmph()