Home
last modified time | relevance | path

Searched refs:GetMtu (Results 1 – 3 of 3) sorted by relevance

/external/openthread/src/core/mac/
Dmac_links.cpp99 …ypes.Contains(kRadioTypeTrel) && ((frame == nullptr) || (frame->GetMtu() > mTxFrameTrel.GetMtu()))) in GetTxFrame()
Dmac_frame.cpp680 return GetMtu() - (GetHeaderLength() + GetFooterLength()); in GetMaxPayloadLength()
1065 uint16_t Frame::GetMtu(void) const in GetMtu() function in ot::Mac::Frame
1110 uint16_t Frame::GetMtu(void) const in GetMtu() function in ot::Mac::Frame
Dmac_frame.hpp1028 uint16_t GetMtu(void) const in GetMtu() function in ot::Mac::Frame