Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/
Dping_sender.h108 typedef struct otPingSenderConfig struct
124 } otPingSenderConfig; argument
138 otError otPingSenderPing(otInstance *aInstance, const otPingSenderConfig *aConfig);
/openthread-3.6.0/src/core/utils/
Dping_sender.hpp93 class Config : public otPingSenderConfig
191 DefineCoreType(otPingSenderConfig, Utils::PingSender::Config);
/openthread-3.6.0/src/core/api/
Dping_sender_api.cpp45 otError otPingSenderPing(otInstance *aInstance, const otPingSenderConfig *aConfig) in otPingSenderPing()
/openthread-3.6.0/src/cli/
Dcli_ping.cpp56 otPingSenderConfig config; in Process()