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

  /libcore/luni/src/main/java/android/system/
StructIcmpHdr.java 19 import static android.system.OsConstants.ICMP6_ECHO_REQUEST;
50 hdr.packet[0] = ipv4 ? (byte) ICMP_ECHO : (byte) ICMP6_ECHO_REQUEST;
OsConstants.java 283 /** @hide */ public static final int ICMP6_ECHO_REQUEST = placeholder();
    [all...]
  /external/android-clat/
icmp.c 66 return ICMP6_ECHO_REQUEST;
128 case ICMP6_ECHO_REQUEST:
153 case ICMP6_ECHO_REQUEST:
dump.c 116 if(icmp6->icmp6_type == ICMP6_ECHO_REQUEST) {
126 if((icmp6->icmp6_type == ICMP6_ECHO_REQUEST) || (icmp6->icmp6_type == ICMP6_ECHO_REPLY)) {
translate.c 255 } else if (icmp6_type == ICMP6_ECHO_REQUEST || icmp6_type == ICMP6_ECHO_REPLY) {
  /external/ltp/testcases/network/tcp_cmds/include/
netdefs.h 39 #define IERQ ICMP6_ECHO_REQUEST
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
icmp6.h 68 #define ICMP6_ECHO_REQUEST 128
  /bionic/libc/include/netinet/
icmp6.h 99 #define ICMP6_ECHO_REQUEST 128 /* echo service */
  /external/iputils/
ping6.c 1324 icmph.icmp6_type != ICMP6_ECHO_REQUEST ||
    [all...]
  /external/tcpdump/
print-icmp6.c 101 #define ICMP6_ECHO_REQUEST 128 /* echo service */
500 { ICMP6_ECHO_REQUEST, "echo request"},
    [all...]
  /external/ltp/testcases/network/stress/ns-tools/
ns-icmp_redirector.c 707 case ICMP6_ECHO_REQUEST:
ns-icmpv6_sender.c 383 echoreq_p->hdr.icmp6_type = ICMP6_ECHO_REQUEST;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iprtrmib.h 137 ICMP6_DST_UNREACH = 1,ICMP6_PACKET_TOO_BIG = 2,ICMP6_TIME_EXCEEDED = 3,ICMP6_PARAM_PROB = 4,ICMP6_ECHO_REQUEST = 128,
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 253 initConstant(env, c, "ICMP6_ECHO_REQUEST", ICMP6_ECHO_REQUEST);
    [all...]

Completed in 167 milliseconds