Home
last modified time | relevance | path

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

/packages/modules/Connectivity/thread/tests/integration/src/android/net/thread/utils/
DIntegrationTestUtils.java251 final ByteBuffer pioBuf = in getRaPios() local
257 Struct.parse(PrefixInformationOption.class, pioBuf); in getRaPios()
/packages/modules/Connectivity/Tethering/tests/privileged/src/android/net/ip/
DRouterAdvertisementDaemonTest.java200 final ByteBuffer pioBuf = ByteBuffer.wrap(buf.array(), currentPos, in isPacketMatched() local
203 Struct.parse(PrefixInformationOption.class, pioBuf); in isPacketMatched()
/packages/modules/Connectivity/Tethering/tests/integration/base/android/net/
DTetheringTester.java337 final ByteBuffer pioBuf = ByteBuffer.wrap(buf.array(), currentPos, in getRaPrefixOptions() local
340 Struct.parse(PrefixInformationOption.class, pioBuf); in getRaPrefixOptions()