Home
last modified time | relevance | path

Searched refs:ICMP6_DST_UNREACH (Results 1 – 5 of 5) sorted by relevance

/external/android-clat/
Dicmp.c77 return ICMP6_DST_UNREACH; in icmp_to_icmp6_type()
134 case ICMP6_DST_UNREACH: in icmp6_to_icmp_type()
158 case ICMP6_DST_UNREACH: in icmp6_to_icmp_code()
/external/tcpdump/
Dprint-icmp6.c96 #define ICMP6_DST_UNREACH 1 /* dest unreachable, codes: */ macro
496 { ICMP6_DST_UNREACH, "destination unreachable"},
936 case ICMP6_DST_UNREACH: in icmp6_print()
/external/iputils/
Dtraceroute6.c837 type == ICMP6_DST_UNREACH) in packet_ok()
Dping6.c1131 ICMP6_FILTER_SETPASS(ICMP6_DST_UNREACH, &filter); in main()
1703 case ICMP6_DST_UNREACH: in pr_icmph()
/external/toybox/toys/pending/
Dtraceroute.c385 || ricmp->icmp6_type == ICMP6_DST_UNREACH in do_trace()