zephyr/subsys/net/lib/sockets
Robert Lubos b18bc7cc3e net: sockets_offload: Allow to enable/disable DNS offload at runtime
Add new socket offloading functions, allowing to enable/disable
offloaded DNS implementation at runtime. This may be useful if there is
a mix of offloaded/native network interfaces in the system, so the
application can choose which DNS backend to use.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2025-06-11 16:20:18 -07:00
..
CMakeLists.txt net: sockets: Enable gethostname even if socket-offloading is selected 2025-06-03 13:51:23 +02:00
getaddrinfo.c net: sockets_offload: Allow to enable/disable DNS offload at runtime 2025-06-11 16:20:18 -07:00
getnameinfo.c
Kconfig net: sockets: tls: Add new option to register certificate verify cb 2025-05-22 13:44:43 +02:00
socket_dispatcher.c fdtable: replace z_ prefix with zvfs_ for fdtable.h functions 2024-06-26 12:33:02 +02:00
socket_obj_core.c posix: deprecate POSIX_MAX_FDS and add POSIX_DEVICE_IO 2024-06-04 16:27:12 -05:00
socket_offload.c net: sockets_offload: Allow to enable/disable DNS offload at runtime 2025-06-11 16:20:18 -07:00
socketpair.c net: socketpair to use ring_buffer instead of k_pipe 2025-01-17 19:43:44 +01:00
sockets_can.c fdtable: replace z_ prefix with zvfs_ for fdtable.h functions 2024-06-26 12:33:02 +02:00
sockets_inet.c net: sockets: Add SOCK_RAW support for AF_INET/AF_INET6 sockets 2025-04-09 12:36:34 +02:00
sockets_internal.h net: sockets: Cleanup socket properly if POSIX API is enabled 2024-11-08 15:56:39 -06:00
sockets_misc.c build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
sockets_net_mgmt.c fdtable: replace z_ prefix with zvfs_ for fdtable.h functions 2024-06-26 12:33:02 +02:00
sockets_packet.c net: sockets: packet: Make it possible to receive packets when unbound 2025-04-30 16:26:16 +02:00
sockets_service.c net: sockets_service: Always clear old events when registering 2025-03-21 14:18:08 +01:00
sockets_tls.c net: sockets: tls: Add new option to register certificate verify cb 2025-05-22 13:44:43 +02:00
sockets.c Revert "arch: deprecate _current" 2025-01-10 07:49:08 +01:00