zephyr/subsys/net/lib/dns
Jukka Rissanen aecac68179 net: Do not directly use net_buf size field
The size field in net_buf should not be used directly as then
the optional headroom will not be taken into account.
There is the net_buf_max_len() API that should be used instead.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2024-05-06 17:31:09 +01: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
dns_pack.c
dns_pack.h
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: Do not directly use net_buf size field 2024-05-06 17:31:09 +01:00
mdns_responder.c net: Do not directly use net_buf size field 2024-05-06 17:31:09 +01:00
resolve.c net: Do not directly use net_buf size field 2024-05-06 17:31:09 +01:00