zephyr/subsys/net/lib/dns
Jukka Rissanen cb7aae6f82 net: dns-sd: Do not use sockaddr struct directly
The "struct sockaddr" should only be used in casts and never
as a standalone variable because it might not have enough
space allocated for all the protocol specific fields.
So refactor the port_in_use() function to reflect that.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2024-04-10 07:42:42 -04:00
..
CMakeLists.txt net: dns: Add DNS cache for improved performance 2024-03-15 08:37:29 +00:00
dns_cache.c net: dns: Add DNS cache for improved performance 2024-03-15 08:37:29 +00:00
dns_cache.h net: dns: Add DNS cache for improved performance 2024-03-15 08:37:29 +00:00
dns_internal.h subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
dns_pack.c net: dns: Remove unused variable 2022-06-13 12:11:54 +02:00
dns_pack.h subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
dns_sd.c net: dns-sd: Do not use sockaddr struct directly 2024-04-10 07:42:42 -04:00
dns_sd.h net: mdns: add capability of providing records in runtime 2024-03-22 12:41:56 +00:00
Kconfig net: dns: Add DNS cache for improved performance 2024-03-15 08:37:29 +00:00
llmnr_responder.c net: dns: responders: Set the multicast TTL or hoplimit 2023-12-04 15:07:43 +01:00
mdns_responder.c net: mdns_responder: Avoid joining IPv4 mcast group if iface is down 2024-04-10 10:00:49 +02:00
resolve.c net: use appropriate sys_randX_get() 2024-04-05 12:28:46 +02:00