Searched refs:HandleLinkPcapReceive (Results 1 – 2 of 2) sorted by relevance
252 static void HandleLinkPcapReceive(const otRadioFrame *aFrame, bool aIsTx, void *aContext);287 void HandleLinkPcapReceive(const otRadioFrame *aFrame, bool aIsTx);
5340 otLinkSetPcapCallback(GetInstancePtr(), &HandleLinkPcapReceive, this); in Process()5348 void Interpreter::HandleLinkPcapReceive(const otRadioFrame *aFrame, bool aIsTx, void *aContext) in HandleLinkPcapReceive() function in ot::Cli::Interpreter5350 static_cast<Interpreter *>(aContext)->HandleLinkPcapReceive(aFrame, aIsTx); in HandleLinkPcapReceive()5353 void Interpreter::HandleLinkPcapReceive(const otRadioFrame *aFrame, bool aIsTx) in HandleLinkPcapReceive() function in ot::Cli::Interpreter