Searched refs:ICMP_ECHO_REQUEST (Results 1 – 1 of 1) sorted by relevance
84 private static final int ICMP_ECHO_REQUEST = 0x08; field in VpnTestHelper189 byte[] echo = createIcmpMessage(ICMP_ECHO_REQUEST, 0x00, identifier, 0, message.getBytes()); in checkPing()208 assertEquals(echo[0], ICMP_ECHO_REQUEST); in checkPing()