Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/radio/
H A Dtrel_packet.hpp357 uint16_t GetPayloadLength(void) const { return GetLength() - GetHeader().GetLength(); } in GetPayloadLength() function in ot::Trel::Packet
/aosp_15_r20/external/openthread/src/core/net/
H A Dip6_headers.hpp233 uint16_t GetPayloadLength(void) const { return BigEndian::HostSwap16(mPayloadLength); } in GetPayloadLength() function in ot::Ip6::Header
/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac_frame.cpp909 uint16_t Frame::GetPayloadLength(void) const { return mLength - (GetHeaderLength() + GetFooterLengt… in GetPayloadLength() function in ot::Mac::Frame