Home
last modified time | relevance | path

Searched refs:dns (Results 1 – 25 of 27) sorted by relevance

12

/Zephyr-Core-3.5.0/tests/net/lib/dns_sd/
DCMakeLists.txt7 target_include_directories(app PRIVATE ${ZEPHYR_BASE}/subsys/net/lib/dns)
/Zephyr-Core-3.5.0/tests/net/socket/getaddrinfo/
DCMakeLists.txt8 target_include_directories(app PRIVATE ${ZEPHYR_BASE}/subsys/net/lib/dns)
/Zephyr-Core-3.5.0/tests/net/socket/net_mgmt/
DCMakeLists.txt8 target_include_directories(app PRIVATE ${ZEPHYR_BASE}/subsys/net/lib/dns)
/Zephyr-Core-3.5.0/doc/connectivity/networking/api/
Ddns_resolve.rst32 :zephyr_file:`subsys/net/lib/dns/Kconfig`. The DNS resolver API can be found at
38 See :zephyr:code-sample:`dns-resolve` sample application for details.
Dnet_shell.rst25 "net dns", "Show how DNS is configured. The command can also be used to
/Zephyr-Core-3.5.0/subsys/net/lib/
DCMakeLists.txt20 add_subdirectory(dns)
DKconfig8 source "subsys/net/lib/dns/Kconfig"
/Zephyr-Core-3.5.0/subsys/net/ip/
Ddhcpv4.c776 struct sockaddr_in dns; in dhcpv4_parse_options() local
778 (struct sockaddr *)&dns, NULL in dhcpv4_parse_options()
793 (void)memset(&dns, 0, sizeof(dns)); in dhcpv4_parse_options()
795 if (net_pkt_read(pkt, dns.sin_addr.s4_addr, 4) || in dhcpv4_parse_options()
802 dns.sin_family = AF_INET; in dhcpv4_parse_options()
Dipv6_nbr.c2339 struct sockaddr_in6 dns = { in handle_ra_rdnss() local
2343 (struct sockaddr *)&dns, NULL in handle_ra_rdnss()
2367 ret = net_pkt_read(pkt, dns.sin6_addr.s6_addr, NET_IPV6_ADDR_SIZE); in handle_ra_rdnss()
Dnet_shell.c6684 SHELL_CMD(dns, &net_cmd_dns, "Show how DNS is configured.",
/Zephyr-Core-3.5.0/samples/net/dns_resolve/
DREADME.rst1 .. zephyr:code-sample:: dns-resolve
/Zephyr-Core-3.5.0/modules/openthread/
DCMakeLists.txt188 set(OT_DNS_CLIENT_OVER_TCP ON CACHE BOOL "Enable dns query over tcp" FORCE)
190 set(OT_DNS_CLIENT_OVER_TCP OFF CACHE BOOL "Enable dns query over tcp" FORCE)
/Zephyr-Core-3.5.0/doc/security/
Dsecure-coding.rst277 .. _attack: http://www.theverge.com/2016/10/21/13362354/dyn-dns-ddos-attack-cause-outage-status-exp…
Dvulnerabilities.rst728 Possible read out of bounds in dns read
/Zephyr-Core-3.5.0/doc/releases/
Drelease-notes-2.5.rst621 * Added support for DNS Service Discovery (dns-sd).
1504 * :github:`29429` - net: dns: enable dns service discovery for mdns service
1570 * :github:`29099` - net: dns: dns-sd: support for dns service discovery
Drelease-notes-1.7.rst282 * ``ZEP-1357`` - iot/dns: Client is broken
Drelease-notes-2.2.rst918 * :github:`21970` - net: dns: mDNS resolving fails when responder is also enabled
924 * :github:`21914` - net: dns: Answers to multiple mDNS queries sent in parallel aren't properly han…
Drelease-notes-1.10.rst226 * :github:`1487` - net/lib/dns doesn't respect CONFIG_NET_IPV6=n
Drelease-notes-1.14.rst140 * :github:`16581` - [Coverity CID :198866]Null pointer dereferences in /subsys/net/lib/dns/llmnr_re…
339 * :github:`16581` - [Coverity CID :198866]Null pointer dereferences in /subsys/net/lib/dns/llmnr_re…
341 * :github:`16594` - net: dns: Zephyr is unable to unpack mDNS answers produced by another Zephyr no…
1865 * :github:`11485` - [Coverity CID :189738]Null pointer dereferences in /subsys/net/lib/dns/llmnr_re…
Drelease-notes-2.0.rst999 * :github:`16594` - net: dns: Zephyr is unable to unpack mDNS answers produced by another Zephyr no…
1003 * :github:`16581` - [Coverity CID :198866]Null pointer dereferences in /subsys/net/lib/dns/llmnr_re…
Drelease-notes-3.0.rst1292 * :github:`39242` - net: sockets: Zephyr Fatal in dns_resolve_cb if dns request was attempted in of…
Drelease-notes-2.6.rst1275 * :github:`35041` - Crash in net-shell when invoking "net dns" command
1293 * :github:`34931` - dns resolve timeout leads to CPU memory access violation error
Drelease-notes-2.4.rst1010 * :github:`28160` - [Coverity CID :214212] Negative array index read in subsys/net/lib/dns/resolve.c
/Zephyr-Core-3.5.0/samples/subsys/mgmt/updatehub/
DREADME.rst466 UpdateHub Server: <server ip/dns>
/Zephyr-Core-3.5.0/
DCODEOWNERS883 /subsys/net/lib/dns/ @rlubos @tbursztyka @cfriedt @jukkar

12