HomeSort by relevance Sort by last modified time
    Searched refs:ICMP_DEST_UNREACH (Results 1 - 11 of 11) sorted by null

  /external/android-clat/
icmp.c 74 case ICMP_DEST_UNREACH:
100 case ICMP_DEST_UNREACH:
135 return ICMP_DEST_UNREACH;
  /external/strace/xlat/
icmpfilterflags.h 14 #if defined(ICMP_DEST_UNREACH) || (defined(HAVE_DECL_ICMP_DEST_UNREACH) && HAVE_DECL_ICMP_DEST_UNREACH)
15 XLAT_PAIR(1ULL<<ICMP_DEST_UNREACH, "1<<ICMP_DEST_UNREACH"),
  /bionic/libc/kernel/uapi/linux/
icmp.h 23 #define ICMP_DEST_UNREACH 3
  /external/kernel-headers/original/uapi/linux/
icmp.h 24 #define ICMP_DEST_UNREACH 3 /* Destination Unreachable */
  /external/strace/tests/
net-icmp_filter.c 61 1<<ICMP_DEST_UNREACH |
73 "~(1<<ICMP_ECHOREPLY|1<<ICMP_DEST_UNREACH|1<<ICMP_SOURCE_QUENCH"
79 "~(1<<ICMP_ECHOREPLY|1<<ICMP_DEST_UNREACH|1<<ICMP_SOURCE_QUENCH"
  /external/strace/tests-m32/
net-icmp_filter.c 61 1<<ICMP_DEST_UNREACH |
73 "~(1<<ICMP_ECHOREPLY|1<<ICMP_DEST_UNREACH|1<<ICMP_SOURCE_QUENCH"
79 "~(1<<ICMP_ECHOREPLY|1<<ICMP_DEST_UNREACH|1<<ICMP_SOURCE_QUENCH"
  /external/strace/tests-mx32/
net-icmp_filter.c 61 1<<ICMP_DEST_UNREACH |
73 "~(1<<ICMP_ECHOREPLY|1<<ICMP_DEST_UNREACH|1<<ICMP_SOURCE_QUENCH"
79 "~(1<<ICMP_ECHOREPLY|1<<ICMP_DEST_UNREACH|1<<ICMP_SOURCE_QUENCH"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
icmp.h 23 #define ICMP_DEST_UNREACH 3 /* Destination Unreachable */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
ip_icmp.h 49 #define ICMP_DEST_UNREACH 3 /* Destination Unreachable */
  /external/iputils/
ping.c 473 (1<<ICMP_DEST_UNREACH)|
852 case ICMP_DEST_UNREACH:
994 case ICMP_DEST_UNREACH:
    [all...]
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_l4lb.c 267 if (icmp_hdr->type != ICMP_DEST_UNREACH ||

Completed in 274 milliseconds