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

  /external/android-clat/
icmp.c 70 case ICMP_DEST_UNREACH:
96 case ICMP_DEST_UNREACH:
131 return ICMP_DEST_UNREACH;
  /external/strace/xlat/
icmpfilterflags.h 20 #if defined(ICMP_DEST_UNREACH) || (defined(HAVE_DECL_ICMP_DEST_UNREACH) && HAVE_DECL_ICMP_DEST_UNREACH)
21 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"
  /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 ||
test_l4lb_noinline.c 267 if (icmp_hdr->type != ICMP_DEST_UNREACH ||

Completed in 148 milliseconds