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.java708 final int maxRandomPacketSize = 512; in testRandomPackets() local
711 byte[] packet = new byte[r.nextInt(maxRandomPacketSize + 1)]; in testRandomPackets()
/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DApfTest.java2816 final int maxRandomPacketSize = 512; in testRaParsing() local
2824 byte[] packet = new byte[r.nextInt(maxRandomPacketSize + 1)]; in testRaParsing()
2837 final int maxRandomPacketSize = 512; in testRaProcessing() local
2845 byte[] packet = new byte[r.nextInt(maxRandomPacketSize + 1)]; in testRaProcessing()