Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Ddns_client.h161 void otDnsClientSetDefaultConfig(otInstance *aInstance, const otDnsQueryConfig *aConfig);
/openthread-latest/src/core/api/
Ddns_api.cpp84 void otDnsClientSetDefaultConfig(otInstance *aInstance, const otDnsQueryConfig *aConfig) in otDnsClientSetDefaultConfig() function
/openthread-latest/src/cli/
Dcli_dns.cpp203 otDnsClientSetDefaultConfig(GetInstancePtr(), config); in Process()