Searched refs:aIsTx (Results 1 – 5 of 5) sorted by relevance
/openthread-3.7.0/src/cli/ |
D | cli.hpp | 283 static void HandleLinkPcapReceive(const otRadioFrame *aFrame, bool aIsTx, void *aContext); 318 void HandleLinkPcapReceive(const otRadioFrame *aFrame, bool aIsTx);
|
D | cli.cpp | 5692 void Interpreter::HandleLinkPcapReceive(const otRadioFrame *aFrame, bool aIsTx, void *aContext) in HandleLinkPcapReceive() argument 5694 static_cast<Interpreter *>(aContext)->HandleLinkPcapReceive(aFrame, aIsTx); in HandleLinkPcapReceive() 5697 void Interpreter::HandleLinkPcapReceive(const otRadioFrame *aFrame, bool aIsTx) in HandleLinkPcapReceive() argument 5703 info.mTitle = (aIsTx) ? "TX" : "RX"; in HandleLinkPcapReceive()
|
/openthread-3.7.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 | 4486 void NcpBase::HandlePcapFrame(const otRadioFrame *aFrame, bool aIsTx, void *aContext) in HandlePcapFrame() argument 4488 static_cast<NcpBase *>(aContext)->HandlePcapFrame(aFrame, aIsTx); in HandlePcapFrame() 4491 void NcpBase::HandlePcapFrame(const otRadioFrame *aFrame, bool aIsTx) in HandlePcapFrame() argument 4498 if (aIsTx) in HandlePcapFrame()
|
/openthread-3.7.0/include/openthread/ |
D | link.h | 975 typedef void (*otLinkPcapCallback)(const otRadioFrame *aFrame, bool aIsTx, void *aContext);
|