Home
last modified time | relevance | path

Searched refs:otPingSenderReply (Results 1 – 4 of 4) sorted by relevance

/openthread-3.5.0/include/openthread/
Dping_sender.h62 typedef struct otPingSenderReply struct
69 } otPingSenderReply; argument
92 typedef void (*otPingSenderReplyCallback)(const otPingSenderReply *aReply, void *aContext);
/openthread-3.5.0/src/core/utils/
Dping_sender.hpp68 typedef otPingSenderReply Reply;
190 DefineCoreType(otPingSenderReply, Utils::PingSender::Reply);
/openthread-3.5.0/src/cli/
Dcli.hpp465 static void HandlePingReply(const otPingSenderReply *aReply, void *aContext);
501 void HandlePingReply(const otPingSenderReply *aReply);
Dcli.cpp5847 void Interpreter::HandlePingReply(const otPingSenderReply *aReply, void *aContext) in HandlePingReply()
5852 void Interpreter::HandlePingReply(const otPingSenderReply *aReply) in HandlePingReply()