Searched refs:IsShortFcf (Results 1 – 2 of 2) sorted by relevance
768 if (!IsShortFcf(fcf)) in GetFrameControlField()862 static uint8_t GetFcfSize(uint16_t aFcf) { return IsShortFcf(aFcf) ? kShortFcfSize : kFcfSize; } in GetFcfSize()894 static bool IsShortFcf(uint16_t aFcf) in IsShortFcf() function in ot::Mac::Frame
259 if (IsShortFcf(aFcf)) in SetFrameControlField()