Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DApfTest.java2070 ByteBuffer zeroLengthOptionPacket = ByteBuffer.wrap( in testApfFilterRa() local
2073 zeroLengthOptionPacket.put(basePacket); in testApfFilterRa()
2074 zeroLengthOptionPacket.put((byte)ICMP6_PREFIX_OPTION_TYPE); in testApfFilterRa()
2075 zeroLengthOptionPacket.put((byte)0); in testApfFilterRa()
2076 assertInvalidRa(apfFilter, ipClientCallback, zeroLengthOptionPacket); in testApfFilterRa()