zephyr/subsys/net/lib/sockets
Jukka Rissanen bed63764d6 net: socket: Add IPv6 multicast join/leave via socket
Zephyr has its own multicast join/leave API but for
interoperability, it is possible to use the multicast
socket API and IPV6_ADD_MEMBERSHIP and IPV6_DROP_MEMBERSHIP
socket options.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2023-12-04 16:38:49 +00:00
..
CMakeLists.txt net: Fix CMakeLists 2023-11-21 08:48:04 +00:00
getaddrinfo.c syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
getnameinfo.c
Kconfig hostap: Move the relevant config options away from hostap 2023-10-26 09:48:47 +02:00
socket_dispatcher.c net: socket: Change SO_BINDTODEVICE to use interface name 2023-08-31 14:43:36 +02:00
socket_obj_core.c net: sockets: Add object core support to sockets 2023-10-24 11:11:30 +02:00
socket_offload.c
socketpair.c syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
sockets_can.c kernel: move syscall_handler.h to internal include directory 2023-11-03 11:46:52 +01:00
sockets_internal.h net: sockets: Add recvmsg() implementation 2023-11-27 19:58:47 +01:00
sockets_misc.c syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
sockets_net_mgmt.c kernel: move syscall_handler.h to internal include directory 2023-11-03 11:46:52 +01:00
sockets_packet.c kernel: move syscall_handler.h to internal include directory 2023-11-03 11:46:52 +01:00
sockets_select.c syscall: rename z_user_ to k_usermode_ 2023-11-03 11:46:52 +01:00
sockets_tls.c net: sockets: tls: Set errno on TX waiting error 2023-11-21 08:46:45 +00:00
sockets.c net: socket: Add IPv6 multicast join/leave via socket 2023-12-04 16:38:49 +00:00