Searched defs:GetPayloadLength (Results 1 – 3 of 3) sorted by relevance
357 uint16_t GetPayloadLength(void) const { return GetLength() - GetHeader().GetLength(); } in GetPayloadLength() function in ot::Trel::Packet
233 uint16_t GetPayloadLength(void) const { return HostSwap16(mPayloadLength); } in GetPayloadLength() function in ot::Ip6::Header
683 uint16_t Frame::GetPayloadLength(void) const in GetPayloadLength() function in ot::Mac::Frame