Home
last modified time | relevance | path

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

/external/android-clat/
Dicmp.c73 return ICMP6_DST_UNREACH; in icmp_to_icmp6_type()
130 case ICMP6_DST_UNREACH: in icmp6_to_icmp_type()
154 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"},
917 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()
1701 case ICMP6_DST_UNREACH: in pr_icmph()
/external/toybox/toys/pending/
Dtraceroute.c385 || ricmp->icmp6_type == ICMP6_DST_UNREACH in do_trace()