Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dping_sender.h60 typedef struct otPingSenderReply struct
67 } otPingSenderReply; argument
88 typedef void (*otPingSenderReplyCallback)(const otPingSenderReply *aReply, void *aContext);
/openthread-latest/src/cli/
Dcli_ping.hpp79 static void HandlePingReply(const otPingSenderReply *aReply, void *aContext);
80 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-latest/src/core/utils/
Dping_sender.hpp66 typedef otPingSenderReply Reply;
179 DefineCoreType(otPingSenderReply, Utils::PingSender::Reply);