Home
last modified time | relevance | path

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

/openthread-3.6.0/src/core/api/
Dping_sender_api.cpp50 void otPingSenderStop(otInstance *aInstance) { AsCoreType(aInstance).Get<Utils::PingSender>().Stop(… in otPingSenderStop() function
/openthread-3.6.0/include/openthread/
Dping_sender.h146 void otPingSenderStop(otInstance *aInstance);
/openthread-3.6.0/src/cli/
Dcli_ping.cpp72 otPingSenderStop(GetInstancePtr()); in Process()