Home
last modified time | relevance | path

Searched refs:mReplyCallback (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/include/openthread/
Dping_sender.h106 …otPingSenderReplyCallback mReplyCallback; ///< Callback function to report replies (can be NULL if… member
/openthread-latest/src/core/utils/
Dping_sender.cpp68 VerifyOrExit(mReplyCallback != nullptr); in InvokeReplyCallback()
69 mReplyCallback(&aReply, mCallbackContext); in InvokeReplyCallback()
/openthread-latest/src/cli/
Dcli_ping.cpp139 config.mReplyCallback = PingSender::HandlePingReply; in Process()