Home
last modified time | relevance | path

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

/external/openthread/src/core/radio/
Dtrel_packet.hpp357 uint16_t GetPayloadLength(void) const { return GetLength() - GetHeader().GetLength(); } in GetPayloadLength() function in ot::Trel::Packet
/external/openthread/src/core/net/
Dip6_headers.hpp233 uint16_t GetPayloadLength(void) const { return HostSwap16(mPayloadLength); } in GetPayloadLength() function in ot::Ip6::Header
/external/openthread/src/core/mac/
Dmac_frame.cpp683 uint16_t Frame::GetPayloadLength(void) const in GetPayloadLength() function in ot::Mac::Frame