Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/
DDhcpPacketTest.java709 final int maxRandomPacketSize = 512; in testRandomPackets() local
712 byte[] packet = new byte[r.nextInt(maxRandomPacketSize + 1)]; in testRandomPackets()
/aosp_15_r20/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DLegacyApfTest.java1557 final int maxRandomPacketSize = 512; in testRaParsing() local
1566 byte[] packet = new byte[r.nextInt(maxRandomPacketSize + 1)]; in testRaParsing()
1579 final int maxRandomPacketSize = 512; in testRaProcessing() local
1588 byte[] packet = new byte[r.nextInt(maxRandomPacketSize + 1)]; in testRaProcessing()
DApfTest.java2411 final int maxRandomPacketSize = 512; in testRaParsing() local
2418 byte[] packet = new byte[r.nextInt(maxRandomPacketSize + 1)]; in testRaParsing()
2431 final int maxRandomPacketSize = 512; in testRaProcessing() local
2438 byte[] packet = new byte[r.nextInt(maxRandomPacketSize + 1)]; in testRaProcessing()