Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/thread/
H A Dlowpan.cpp1155 uint16_t MeshHeader::GetHeaderLength(void) const in GetHeaderLength() function in ot::Lowpan::MeshHeader
/aosp_15_r20/external/openthread/src/core/coap/
H A Dcoap_message.hpp577 uint16_t GetHeaderLength(void) const { return GetHelpData().mHeaderLength; } in GetHeaderLength() function in ot::Coap::Message
/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac_frame.cpp863 uint8_t Frame::GetHeaderLength(void) const { return static_cast<uint8_t>(GetPayload() - mPsdu); } in GetHeaderLength() function in ot::Mac::Frame