Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/net/src/android/net/ipv6/cts/
DPingTest.java54 private static final int MAX_SIZE = 4096; field in PingTest
113 ByteBuffer responseBuffer = ByteBuffer.allocate(MAX_SIZE); in checkResponse()
161 byte[] packet = pingPacket((int) (Math.random() * (MAX_SIZE - ICMP_HEADER_SIZE))); in testLoopbackPing()
/packages/modules/DnsResolver/
DDnsTlsSocket.cpp634 constexpr uint16_t MAX_SIZE = 8192; in readResponse() local
637 std::vector<uint8_t> response(std::min(responseSize, MAX_SIZE)); in readResponse()