Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/android/net/apf/
DApfTest.java1121 ByteBuffer routeInfoOptionPacket = ByteBuffer.wrap( in testApfFilterRa() local
1124 routeInfoOptionPacket.put(basePacket); in testApfFilterRa()
1125 routeInfoOptionPacket.put((byte)ICMP6_ROUTE_INFO_OPTION_TYPE); in testApfFilterRa()
1126 routeInfoOptionPacket.put((byte)(ICMP6_4_BYTE_OPTION_LEN / 8)); in testApfFilterRa()
1127 routeInfoOptionPacket.putInt( in testApfFilterRa()
1129 testRaLifetime(apfFilter, ipManagerCallback, routeInfoOptionPacket, ROUTE_LIFETIME); in testApfFilterRa()
1148 verifyRaLifetime(program, routeInfoOptionPacket, ROUTE_LIFETIME); in testApfFilterRa()