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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Icmp.h 25 #define ICMP_ECHO_REQUEST 8
Ip4Icmp.c 26 {ICMP_ECHO_REQUEST, ICMP_QUERY_MESSAGE },
62 {ICMP_ECHO_REQUEST, ICMP_DEFAULT_CODE },
307 if (Icmp.Head.Type == ICMP_ECHO_REQUEST) {
  /external/u-boot/net/
ping.c 34 icmp->type = ICMP_ECHO_REQUEST;
94 case ICMP_ECHO_REQUEST:
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/vpn/
VpnTestHelper.java 84 private static final int ICMP_ECHO_REQUEST = 0x08;
189 byte[] echo = createIcmpMessage(ICMP_ECHO_REQUEST, 0x00, identifier, 0, message.getBytes());
208 assertEquals(echo[0], ICMP_ECHO_REQUEST);
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcSupport.h 23 #define ICMP_ECHO_REQUEST 8
  /external/u-boot/drivers/net/
sandbox.c 118 if (icmp->type == ICMP_ECHO_REQUEST) {
  /external/u-boot/include/
net.h 446 #define ICMP_ECHO_REQUEST 8 /* Echo request */

Completed in 286 milliseconds