Home
last modified time | relevance | path

Searched refs:OPENTHREAD_CONFIG_DNS_CLIENT_DEFAULT_SERVER_PORT (Results 1 – 2 of 2) sorted by relevance

/openthread-3.5.0/src/core/config/
Ddns_client.h119 #ifndef OPENTHREAD_CONFIG_DNS_CLIENT_DEFAULT_SERVER_PORT
120 #define OPENTHREAD_CONFIG_DNS_CLIENT_DEFAULT_SERVER_PORT 53 macro
/openthread-3.5.0/src/core/net/
Ddns_client.hpp241 …static constexpr uint16_t kDefaultServerPort = OPENTHREAD_CONFIG_DNS_CLIENT_DEFAULT_SERVER_PO…