Home
last modified time | relevance | path

Searched refs:otDnsQueryConfig (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/include/openthread/
Ddns_client.h114 typedef struct otDnsQueryConfig struct
123 } otDnsQueryConfig; argument
136 const otDnsQueryConfig *otDnsClientGetDefaultConfig(otInstance *aInstance);
161 void otDnsClientSetDefaultConfig(otInstance *aInstance, const otDnsQueryConfig *aConfig);
231 const otDnsQueryConfig *aConfig);
260 const otDnsQueryConfig *aConfig);
368 const otDnsQueryConfig *aConfig);
530 const otDnsQueryConfig *aConfig);
566 const otDnsQueryConfig *aConfig);
/openthread-latest/src/cli/
Dcli_dns.cpp136 const otDnsQueryConfig *defaultConfig = otDnsClientGetDefaultConfig(GetInstancePtr()); in Process()
199 otDnsQueryConfig queryConfig; in Process()
200 otDnsQueryConfig *config = &queryConfig; in Process()
244 otDnsQueryConfig queryConfig; in Process()
245 otDnsQueryConfig *config = &queryConfig; in Process()
261 otDnsQueryConfig queryConfig; in Process()
262 otDnsQueryConfig *config = &queryConfig; in Process()
325 otDnsQueryConfig queryConfig; in Process()
326 otDnsQueryConfig *config = &queryConfig; in Process()
398 otDnsQueryConfig queryConfig; in ProcessService()
[all …]
Dcli_dns.hpp102 otError GetDnsConfig(Arg aArgs[], otDnsQueryConfig *&aConfig);
115 const otDnsQueryConfig *);
/openthread-latest/src/core/api/
Ddns_api.cpp79 const otDnsQueryConfig *otDnsClientGetDefaultConfig(otInstance *aInstance) in otDnsClientGetDefaultConfig()
84 void otDnsClientSetDefaultConfig(otInstance *aInstance, const otDnsQueryConfig *aConfig) in otDnsClientSetDefaultConfig()
100 const otDnsQueryConfig *aConfig) in otDnsClientResolveAddress()
113 const otDnsQueryConfig *aConfig) in otDnsClientResolveIp4Address()
147 const otDnsQueryConfig *aConfig) in otDnsClientBrowse()
200 const otDnsQueryConfig *aConfig) in otDnsClientResolveService()
214 const otDnsQueryConfig *aConfig) in otDnsClientResolveServiceAndHostAddress()
/openthread-latest/src/core/net/
Ddns_client.hpp114 class QueryConfig : public otDnsQueryConfig, public Clearable<QueryConfig>
892 DefineCoreType(otDnsQueryConfig, Dns::Client::QueryConfig);