Home
last modified time | relevance | path

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

/openthread-3.5.0/src/core/api/
Dping_sender_api.cpp45 otError otPingSenderPing(otInstance *aInstance, const otPingSenderConfig *aConfig) in otPingSenderPing() function
/openthread-3.5.0/include/openthread/
Dping_sender.h137 otError otPingSenderPing(otInstance *aInstance, const otPingSenderConfig *aConfig);
/openthread-3.5.0/src/cli/
Dcli.cpp6025 SuccessOrExit(error = otPingSenderPing(GetInstancePtr(), &config)); in Process()