Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2012-6702/
Dpoc.c24 #define MAX_SIZE 20 macro
29 int randomValues[MAX_SIZE]; in main()
32 for (i = 0; i < MAX_SIZE; i++) { in main()
39 for (i = 1; i < MAX_SIZE; i++) { in main()
/cts/tests/tests/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()