Searched refs:otPingSenderReply (Results 1 – 4 of 4) sorted by relevance
62 typedef struct otPingSenderReply struct69 } otPingSenderReply; argument92 typedef void (*otPingSenderReplyCallback)(const otPingSenderReply *aReply, void *aContext);
68 typedef otPingSenderReply Reply;190 DefineCoreType(otPingSenderReply, Utils::PingSender::Reply);
465 static void HandlePingReply(const otPingSenderReply *aReply, void *aContext);501 void HandlePingReply(const otPingSenderReply *aReply);
5847 void Interpreter::HandlePingReply(const otPingSenderReply *aReply, void *aContext) in HandlePingReply()5852 void Interpreter::HandlePingReply(const otPingSenderReply *aReply) in HandlePingReply()