Home
last modified time | relevance | path

Searched refs:ICMP_ECHO_REQUEST (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/vpn/
DVpnTestHelper.java84 private static final int ICMP_ECHO_REQUEST = 0x08; field in VpnTestHelper
189 byte[] echo = createIcmpMessage(ICMP_ECHO_REQUEST, 0x00, identifier, 0, message.getBytes()); in checkPing()
208 assertEquals(echo[0], ICMP_ECHO_REQUEST); in checkPing()