Home
last modified time | relevance | path

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

/external/iproute2/include/netinet/
Dicmp6.h77 #define ICMP6_DST_UNREACH_BEYONDSCOPE 2 /* beyond scope of source address */ macro
/external/tcpdump/
Dicmp6.h138 #define ICMP6_DST_UNREACH_BEYONDSCOPE 2 /* beyond scope of source address */ macro
Dprint-icmp6.c100 { ICMP6_DST_UNREACH_BEYONDSCOPE, "beyond scope"},
290 case ICMP6_DST_UNREACH_BEYONDSCOPE: in icmp6_print()
/external/ping6/
Dping6.c2211 case ICMP6_DST_UNREACH_BEYONDSCOPE: in pr_icmph()