Home
last modified time | relevance | path

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

/external/openthread/include/openthread/
Dping_sender.h108 typedef struct otPingSenderConfig struct
123 } otPingSenderConfig; argument
137 otError otPingSenderPing(otInstance *aInstance, const otPingSenderConfig *aConfig);
/external/openthread/src/core/utils/
Dping_sender.hpp93 class Config : public otPingSenderConfig
190 DefineCoreType(otPingSenderConfig, Utils::PingSender::Config);
/external/openthread/src/core/api/
Dping_sender_api.cpp45 otError otPingSenderPing(otInstance *aInstance, const otPingSenderConfig *aConfig) in otPingSenderPing()
/external/openthread/src/cli/
Dcli.cpp3478 otPingSenderConfig config; in Process()