Home
last modified time | relevance | path

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

/external/android-clat/
Dicmp.c74 case ICMP_DEST_UNREACH: in icmp_to_icmp6_type()
100 case ICMP_DEST_UNREACH: in icmp_to_icmp6_code()
135 return ICMP_DEST_UNREACH; in icmp6_to_icmp_type()
/external/strace/xlat/
Dicmpfilterflags.h14 #if defined(ICMP_DEST_UNREACH) || (defined(HAVE_DECL_ICMP_DEST_UNREACH) && HAVE_DECL_ICMP_DEST_UNRE…
15 { 1<<ICMP_DEST_UNREACH, "ICMP_DEST_UNREACH" },
Dicmpfilterflags.in2 1<<ICMP_DEST_UNREACH
/external/kernel-headers/original/uapi/linux/
Dicmp.h23 #define ICMP_DEST_UNREACH 3 /* Destination Unreachable */ macro
/external/iputils/
Dping.c473 (1<<ICMP_DEST_UNREACH)| in main()
852 case ICMP_DEST_UNREACH: in parse_reply()
994 case ICMP_DEST_UNREACH: in pr_icmph()