Home
last modified time | relevance | path

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

/external/android-clat/
Dicmp.c70 case ICMP_DEST_UNREACH: in icmp_to_icmp6_type()
96 case ICMP_DEST_UNREACH: in icmp_to_icmp6_code()
131 return ICMP_DEST_UNREACH; in icmp6_to_icmp_type()
/external/strace/xlat/
Dicmpfilterflags.h20 #if defined(ICMP_DEST_UNREACH) || (defined(HAVE_DECL_ICMP_DEST_UNREACH) && HAVE_DECL_ICMP_DEST_UNRE…
21 XLAT_PAIR(1ULL<<ICMP_DEST_UNREACH, "1<<ICMP_DEST_UNREACH"),
Dicmpfilterflags.in2 1<<ICMP_DEST_UNREACH
/external/strace/tests/
Dnet-icmp_filter.c61 1<<ICMP_DEST_UNREACH | in main()
/external/strace/tests-m32/
Dnet-icmp_filter.c61 1<<ICMP_DEST_UNREACH | in main()
/external/strace/tests-mx32/
Dnet-icmp_filter.c61 1<<ICMP_DEST_UNREACH | in main()
/external/kernel-headers/original/uapi/linux/
Dicmp.h25 #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()
/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dtest_l4lb_noinline.c267 if (icmp_hdr->type != ICMP_DEST_UNREACH || in parse_icmp()
Dtest_l4lb.c267 if (icmp_hdr->type != ICMP_DEST_UNREACH || in parse_icmp()