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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Icmp.h 21 #define ICMP_ECHO_REPLY 0
Ip4Icmp.c 18 {ICMP_ECHO_REPLY, ICMP_QUERY_MESSAGE },
39 {ICMP_ECHO_REPLY, ICMP_DEFAULT_CODE },
244 Icmp->Head.Type = ICMP_ECHO_REPLY;
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/vpn/
VpnTestHelper.java 76 private static final int ICMP_ECHO_REPLY = 0x00;
170 assertEquals(reply[0], ICMP_ECHO_REPLY);
  /external/webrtc/webrtc/base/
winping.cc 31 typedef struct icmp_echo_reply { struct in namespace:rtc
39 } ICMP_ECHO_REPLY, * PICMP_ECHO_REPLY;
133 return sizeof(ICMP_ECHO_REPLY) + std::max<uint32_t>(8, data_size);
338 // ICMP_ECHO_REPLY structures followed by the
341 // ICMP_ECHO_REPLY structure plus
351 // Returns the number of ICMP_ECHO_REPLY structures stored in ReplyBuffer.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ipexport.h 37 typedef struct icmp_echo_reply { struct
45 } ICMP_ECHO_REPLY,*PICMP_ECHO_REPLY;

Completed in 112 milliseconds