Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/
Ddns_client.h92 OT_DNS_SERVICE_MODE_UNSPECIFIED = 0, ///< Mode is not specified. Use default service mode. enumerator
/openthread-3.6.0/src/cli/
Dcli_dns.cpp477 static_assert(OT_DNS_SERVICE_MODE_UNSPECIFIED == 0, "OT_DNS_SERVICE_MODE_UNSPECIFIED value is incor…
495 aMode = OT_DNS_SERVICE_MODE_UNSPECIFIED; in ParseDnsServiceMode()
/openthread-3.6.0/src/core/net/
Ddns_client.hpp154 … kServiceModeUnspecified = OT_DNS_SERVICE_MODE_UNSPECIFIED, ///< Unspecified. Use default.