Home
last modified time | relevance | path

Searched refs:IsShortFcf (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/mac/
Dmac_frame.hpp768 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
Dmac_frame.cpp259 if (IsShortFcf(aFcf)) in SetFrameControlField()