Home
last modified time | relevance | path

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

/aosp12/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
H A DApfTest.java2073 ByteBuffer newFlowLabelPacket = ByteBuffer.wrap(new byte[ICMP6_RA_OPTION_OFFSET]); in testApfFilterRa() local
2075 newFlowLabelPacket.put(basePacket); in testApfFilterRa()
2077 newFlowLabelPacket.putInt(VERSION_TRAFFIC_CLASS_FLOW_LABEL_OFFSET, in testApfFilterRa()
2159 verifyRaLifetime(program, newFlowLabelPacket, ROUTER_LIFETIME); in testApfFilterRa()