Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dmac_frame.hpp778 static constexpr uint8_t kShortFcfSize = sizeof(uint8_t); member in ot::Mac::Frame
862 static uint8_t GetFcfSize(uint16_t aFcf) { return IsShortFcf(aFcf) ? kShortFcfSize : kFcfSize; } in GetFcfSize()