Home
last modified time | relevance | path

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

/openthread-latest/examples/platforms/utils/
Dmac_frame.h148 bool otMacFrameDoesAddrMatchAny(const otRadioFrame *aFrame,
Dmac_frame.cpp45 …return otMacFrameDoesAddrMatchAny(aFrame, aPanId, aShortAddress, Mac::kShortAddrInvalid, aExtAddre… in otMacFrameDoesAddrMatch()
48 bool otMacFrameDoesAddrMatchAny(const otRadioFrame *aFrame, in otMacFrameDoesAddrMatchAny() function
/openthread-latest/examples/platforms/simulation/
Dradio.c862 otEXPECT_ACTION(otMacFrameDoesAddrMatchAny(&sReceiveFrame, sPanid, sRadioContext.mShortAddress, in radioProcessFrame()