Home
last modified time | relevance | path

Searched defs:GetHeaderLength (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/thread/
Dlowpan.cpp1146 uint16_t MeshHeader::GetHeaderLength(void) const in GetHeaderLength() function in ot::Lowpan::MeshHeader
/openthread-latest/src/core/mac/
Dmac_frame.cpp848 uint8_t Frame::GetHeaderLength(void) const { return static_cast<uint8_t>(GetPayload() - mPsdu); } in GetHeaderLength() function in ot::Mac::Frame
/openthread-latest/src/core/coap/
Dcoap_message.hpp539 uint16_t GetHeaderLength(void) const { return GetHelpData().mHeaderLength; } in GetHeaderLength() function in ot::Coap::Message