Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dmac_frame.hpp862 static uint8_t GetFcfSize(uint16_t aFcf) { return IsShortFcf(aFcf) ? kShortFcfSize : kFcfSize; } in GetFcfSize() function in ot::Mac::Frame
865 static uint8_t GetFcfSize(uint16_t /* aFcf */) { return kFcfSize; } in GetFcfSize() function in ot::Mac::Frame