Searched refs:aIsTx (Results 1 – 5 of 5) sorted by relevance
/openthread-3.6.0/src/cli/ |
D | cli.hpp | 458 static void HandleLinkPcapReceive(const otRadioFrame *aFrame, bool aIsTx, void *aContext); 493 void HandleLinkPcapReceive(const otRadioFrame *aFrame, bool aIsTx);
|
D | cli.cpp | 5638 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/ |
D | ncp_base.hpp | 352 static void HandlePcapFrame(const otRadioFrame *aFrame, bool aIsTx, void *aContext); 353 void HandlePcapFrame(const otRadioFrame *aFrame, bool aIsTx);
|
D | ncp_base_mtd.cpp | 4478 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/ |
D | link.h | 996 typedef void (*otLinkPcapCallback)(const otRadioFrame *aFrame, bool aIsTx, void *aContext);
|