Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/
Dping_sender.h62 typedef struct otPingSenderReply struct
69 } otPingSenderReply; argument
92 typedef void (*otPingSenderReplyCallback)(const otPingSenderReply *aReply, void *aContext);
/openthread-3.6.0/src/cli/
Dcli_ping.hpp84 static void HandlePingReply(const otPingSenderReply *aReply, void *aContext);
85 void HandlePingReply(const otPingSenderReply *aReply);
Dcli_ping.cpp203 void PingSender::HandlePingReply(const otPingSenderReply *aReply, void *aContext) in HandlePingReply()
208 void PingSender::HandlePingReply(const otPingSenderReply *aReply) in HandlePingReply()
/openthread-3.6.0/src/core/utils/
Dping_sender.hpp68 typedef otPingSenderReply Reply;
190 DefineCoreType(otPingSenderReply, Utils::PingSender::Reply);