Home
last modified time | relevance | path

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

/openthread-latest/src/core/coap/
Dcoap_message.cpp633 uint16_t value16; in ReadExtendedOptionField() local
635 SuccessOrExit(error = Read(sizeof(uint16_t), &value16)); in ReadExtendedOptionField()
636 value16 = BigEndian::HostSwap16(value16); in ReadExtendedOptionField()
637 aValue = value16 + Message::kOption2ByteExtensionOffset; in ReadExtendedOptionField()