Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/android/net/apf/
DApfTest.java1094 ByteBuffer prefixOptionPacket = ByteBuffer.wrap( in testApfFilterRa() local
1097 prefixOptionPacket.put(basePacket); in testApfFilterRa()
1098 prefixOptionPacket.put((byte)ICMP6_PREFIX_OPTION_TYPE); in testApfFilterRa()
1099 prefixOptionPacket.put((byte)(ICMP6_PREFIX_OPTION_LEN / 8)); in testApfFilterRa()
1100 prefixOptionPacket.putInt( in testApfFilterRa()
1103 prefixOptionPacket.putInt( in testApfFilterRa()
1106 testRaLifetime(apfFilter, ipManagerCallback, prefixOptionPacket, PREFIX_PREFERRED_LIFETIME); in testApfFilterRa()
1146 verifyRaLifetime(program, prefixOptionPacket, PREFIX_PREFERRED_LIFETIME); in testApfFilterRa()