Home
last modified time | relevance | path

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

/openthread-3.6.0/src/cli/
Dcli.hpp458 static void HandleLinkPcapReceive(const otRadioFrame *aFrame, bool aIsTx, void *aContext);
493 void HandleLinkPcapReceive(const otRadioFrame *aFrame, bool aIsTx);
Dcli.cpp5638 void Interpreter::HandleLinkPcapReceive(const otRadioFrame *aFrame, bool aIsTx, void *aContext) in HandleLinkPcapReceive() argument
5640 static_cast<Interpreter *>(aContext)->HandleLinkPcapReceive(aFrame, aIsTx); in HandleLinkPcapReceive()
5643 void Interpreter::HandleLinkPcapReceive(const otRadioFrame *aFrame, bool aIsTx) in HandleLinkPcapReceive() argument
5649 info.mTitle = (aIsTx) ? "TX" : "RX"; in HandleLinkPcapReceive()
/openthread-3.6.0/src/ncp/
Dncp_base.hpp352 static void HandlePcapFrame(const otRadioFrame *aFrame, bool aIsTx, void *aContext);
353 void HandlePcapFrame(const otRadioFrame *aFrame, bool aIsTx);
Dncp_base_mtd.cpp4478 void NcpBase::HandlePcapFrame(const otRadioFrame *aFrame, bool aIsTx, void *aContext) in HandlePcapFrame() argument
4480 static_cast<NcpBase *>(aContext)->HandlePcapFrame(aFrame, aIsTx); in HandlePcapFrame()
4483 void NcpBase::HandlePcapFrame(const otRadioFrame *aFrame, bool aIsTx) in HandlePcapFrame() argument
4490 if (aIsTx) in HandlePcapFrame()
/openthread-3.6.0/include/openthread/
Dlink.h996 typedef void (*otLinkPcapCallback)(const otRadioFrame *aFrame, bool aIsTx, void *aContext);