Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Ddns_client.h136 const otDnsQueryConfig *otDnsClientGetDefaultConfig(otInstance *aInstance);
/openthread-latest/src/core/api/
Ddns_api.cpp79 const otDnsQueryConfig *otDnsClientGetDefaultConfig(otInstance *aInstance) in otDnsClientGetDefaultConfig() function
/openthread-latest/src/cli/
Dcli_dns.cpp136 const otDnsQueryConfig *defaultConfig = otDnsClientGetDefaultConfig(GetInstancePtr()); in Process()