Lines Matching full:dns
5 bool "DNS resolver"
11 This option enables the DNS client side support for Zephyr
16 bool "Automatically initialize the default DNS context"
19 Automatically initialize the default DNS context so dns_resolve_init
25 This option enables multicast DNS client side support.
33 hosts. If you enable this option, then the DNS requests are ONLY sent
35 [ff02::1:3]:5355 and other DNS server addresses are ignored.
38 int "Additional DNS queries"
42 Number of additional DNS queries that the DNS resolver may
48 int "Maximum number of IP addresses for DNS name"
52 resolution the DNS resolver can handle.
56 int "Number of DNS server addresses"
60 Max number of DNS servers that we can connect to. Normally one
61 DNS server is enough. Each connection to DNS server will use one
65 int "Max length of a DNS query"
69 Max length of a DNS query that should be looked up including the
73 bool "Set DNS server IP addresses"
75 Allow DNS IP addresses to be set in config file for
81 string "DNS server 1"
83 DNS server IP address 1. The address can be either IPv4 or IPv6
90 It is possible to bind the DNS connection via a certain network
98 to populate the server list. If the DNS server addresses are
99 set here, then we automatically create default DNS context
103 string "DNS server 2"
105 See help in "DNS server 1" option.
108 string "DNS server 3"
110 See help in "DNS server 1" option.
113 string "DNS server 4"
115 See help in "DNS server 1" option.
118 string "DNS server 5"
120 See help in "DNS server 1" option.
125 int "Number of simultaneous DNS queries per one DNS context"
128 This defines how many concurrent DNS queries can be generated using
129 same DNS context. Normally 1 is a good default value.
133 module-str = Log level for DNS resolver
134 module-help = Enables DNS resolver code to output debug messages.
138 bool "DNS resolver cache"
140 This option enables the dns resolver cache. DNS queries
147 int "Number of cache entries supported by the dns cache"
150 This defines how many entries the DNS cache can hold. If
179 int "Time-to-Live of returned DNS name"
182 DNS answers will use the TTL (in seconds).
192 bool "DNS Service Discovery via mDNS"
203 bool "DNS SD Service Type Enumeration"
207 performs DNS-SD Service Type Enumeration according to RFC 6763,
219 int "Additional DNS buffers"
249 int "Time-to-Live of returned DNS name"
252 DNS answers will use the TTL (in seconds). A default value is 30
269 int "Additional DNS buffers"
277 bool "DNS Service Discovery"
279 This option enables DNS Service Discovery for Zephyr. It can
281 lines of code and works for both Unicast and Multicast DNS.
282 See RFC 6763 for more details about DNS-SD.
288 module-str = Log level for DNS-SD
289 module-help = Enables DNS Service Discovery code to output debug messages.
294 # Note that we enable the DNS socket dispatcher always if either responder or
304 A DNS socket dispatcher that allows both the DNS resolver and
310 int "Additional DNS buffers"
313 Number of additional buffers available for the DNS resolver.
314 The DNS resolver requires at least one buffer. This option
316 DNS connections.
320 module-str = Log level for DNS socket dispatcher
321 module-help = Enables DNS socket dispatcher code to output debug messages.