Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/
DDhcpPacketTest.java654 final int maxRandomPacketSize = 512; in testRandomPackets() local
657 byte[] packet = new byte[r.nextInt(maxRandomPacketSize + 1)]; in testRandomPackets()
/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DApfTest.java2227 final int maxRandomPacketSize = 512; in testRaParsing() local
2235 byte[] packet = new byte[r.nextInt(maxRandomPacketSize + 1)]; in testRaParsing()
2248 final int maxRandomPacketSize = 512; in testRaProcessing() local
2256 byte[] packet = new byte[r.nextInt(maxRandomPacketSize + 1)]; in testRaProcessing()