Searched refs:kOptionLengthOffset (Results 1 – 2 of 2) sorted by relevance
823 static constexpr uint8_t kOptionLengthOffset = 0; member in ot::Coap::Message824 static constexpr uint8_t kOptionLengthMask = 0xf << kOptionLengthOffset;
159 … header[0] |= static_cast<uint8_t>(WriteExtendedOptionField(aLength, cur) << kOptionLengthOffset); in AppendOptionHeader()552 optionLength = (headerByte & Message::kOptionLengthMask) >> Message::kOptionLengthOffset; in Advance()