Searched refs:flowLabel (Results 1 – 3 of 3) sorted by relevance
118 final int flowLabel; in decompress6lowpan() local122 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()
245 @IpVersion int ipVersion, int dstPort, @Nullable byte[] flowLabel, in QosPolicyParams() argument258 this.mFlowLabel = flowLabel; in QosPolicyParams()
1816 public RaPacketBuilder setFlowLabel(int flowLabel) { in setFlowLabel() argument1817 mFlowLabel = flowLabel; in setFlowLabel()