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.java1922 ByteBuffer zeroLengthOptionPacket = ByteBuffer.wrap( in testApfFilterRa() local
1925 zeroLengthOptionPacket.put(basePacket); in testApfFilterRa()
1926 zeroLengthOptionPacket.put((byte)ICMP6_PREFIX_OPTION_TYPE); in testApfFilterRa()
1927 zeroLengthOptionPacket.put((byte)0); in testApfFilterRa()
1928 assertInvalidRa(apfFilter, ipClientCallback, zeroLengthOptionPacket); in testApfFilterRa()