Home
last modified time | relevance | path

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

/openthread-3.7.0/examples/platforms/utils/
Dmac_frame.cpp86 return static_cast<const Mac::Frame *>(aFrame)->IsDataRequestCommand(); in otMacFrameIsDataRequest()
/openthread-3.7.0/src/core/mac/
Dmac_frame.hpp786 bool IsDataRequestCommand(void) const;
Dmac_frame.cpp822 bool Frame::IsDataRequestCommand(void) const in IsDataRequestCommand() function in ot::Mac::Frame
Dmac.cpp1900 VerifyOrExit(aFrame->IsDataRequestCommand(), error = kErrorDrop); in HandleReceivedFrame()