Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dping_sender.h102 typedef struct otPingSenderConfig struct
118 } otPingSenderConfig; argument
131 otError otPingSenderPing(otInstance *aInstance, const otPingSenderConfig *aConfig);
/openthread-latest/src/core/utils/
Dping_sender.hpp89 class Config : public otPingSenderConfig
180 DefineCoreType(otPingSenderConfig, Utils::PingSender::Config);
/openthread-latest/src/core/api/
Dping_sender_api.cpp42 otError otPingSenderPing(otInstance *aInstance, const otPingSenderConfig *aConfig) in otPingSenderPing()
/openthread-latest/src/cli/
Dcli_ping.cpp56 otPingSenderConfig config; in Process()