nuttx/net/udp
Zhe Weng 2b9633e652 net: Support multiple IPv6 address per netdev
Note that user-space related code, like procfs and lifreq related ioctl commands, are not touched in this commit.

Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>
2023-11-07 19:30:36 +08:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Kconfig net/usrsock: Can enable TCP/UDP IP stack with Usrsock enabled 2023-09-21 01:08:11 +08:00
Make.defs
udp_callback.c net/udp: Fix hybrid dual-stack IPv6/IPv4 socket 2023-08-22 09:09:21 +08:00
udp_close.c udp: modify ipv4 multicast to allow different conn to join simultaneously 2023-11-04 17:56:06 +08:00
udp_conn.c net: Support multiple IPv6 address per netdev 2023-11-07 19:30:36 +08:00
udp_devpoll.c net/devif_poll: optimize device buffer alloc in txpoll 2023-01-13 16:41:10 +08:00
udp_finddev.c net: allow icmpv6 and udp to find the dev by the ifindex with s_boundto. 2023-10-11 23:34:01 +08:00
udp_input.c net: move device buffer define to common header 2022-10-28 00:32:16 -04:00
udp_ioctl.c net: Simplify getting value for different domain 2023-11-03 22:23:50 +08:00
udp_ipselect.c net: move device buffer define to common header 2022-10-28 00:32:16 -04:00
udp_netpoll.c net/udp: Change conn->readahead to I/O buffer chain 2023-07-18 10:51:45 +08:00
udp_notifier.c net/udp: Change conn->readahead to I/O buffer chain 2023-07-18 10:51:45 +08:00
udp_recvfrom.c net/udp: Fix hybrid dual-stack IPv6/IPv4 socket 2023-08-22 09:09:21 +08:00
udp_send.c net: Support multiple IPv6 address per netdev 2023-11-07 19:30:36 +08:00
udp_sendto_buffered.c net/assert: remove all unnecessary check for psock/conn 2023-08-30 20:36:49 +08:00
udp_sendto_unbuffered.c net/assert: remove all unnecessary check for psock/conn 2023-08-30 20:36:49 +08:00
udp_setsockopt.c net/sockopt: move BINDTODEVICE to socket level 2022-08-25 17:56:52 +08:00
udp_txdrain.c net/assert: remove all unnecessary check for psock/conn 2023-08-30 20:36:49 +08:00
udp_wrbuffer_dump.c
udp_wrbuffer.c net/xx/wrbuffer: Do not use SEM_INITIALIZER for buffers 2023-08-25 00:02:07 +08:00
udp.h udp: modify ipv4 multicast to allow different conn to join simultaneously 2023-11-04 17:56:06 +08:00