Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service/src/com/android/server/net/
DHeaderCompressionUtils.java118 final int flowLabel; in decompress6lowpan() local
122 flowLabel = (inBuffer.get() & 0x0f) << 16 in decompress6lowpan()
134 flowLabel = (firstByte & 0x0f) << 16 in decompress6lowpan()
141 flowLabel = 0; in decompress6lowpan()
146 flowLabel = 0; in decompress6lowpan()
154 final int versionTcFlowLabel = (6 << 28) | (trafficClass << 20) | flowLabel; in decompress6lowpan()
/packages/modules/Wifi/framework/java/android/net/wifi/
DQosPolicyParams.java245 @IpVersion int ipVersion, int dstPort, @Nullable byte[] flowLabel, in QosPolicyParams() argument
258 this.mFlowLabel = flowLabel; in QosPolicyParams()
/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DApfTest.java1816 public RaPacketBuilder setFlowLabel(int flowLabel) { in setFlowLabel() argument
1817 mFlowLabel = flowLabel; in setFlowLabel()