Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DApfTest.java2061 ByteBuffer newFlowLabelPacket = ByteBuffer.wrap(new byte[ICMP6_RA_OPTION_OFFSET]); in testApfFilterRa() local
2063 newFlowLabelPacket.put(basePacket); in testApfFilterRa()
2065 newFlowLabelPacket.putInt(VERSION_TRAFFIC_CLASS_FLOW_LABEL_OFFSET, in testApfFilterRa()
2147 verifyRaLifetime(program, newFlowLabelPacket, ROUTER_LIFETIME); in testApfFilterRa()