nuttx/net/udp
Zhe Weng 8562dd5796 net/udp: Fix source address selection under IPv6
https://github.com/apache/nuttx/pull/11384 has changed the source
address selection of UDP from raddr to laddr, but not all UDP
connections have laddr set, then we need to fallback to get source from
raddr.

Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>
2024-02-02 09:07:38 -08:00
..
CMakeLists.txt
Kconfig
Make.defs
udp_callback.c udp: Add support for SO_TIMESTAMP 2023-11-18 03:10:29 -08:00
udp_close.c
udp_conn.c
udp_devpoll.c
udp_finddev.c
udp_input.c
udp_ioctl.c
udp_ipselect.c
udp_netpoll.c poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
udp_notifier.c
udp_recvfrom.c udp: Add support for SO_TIMESTAMP 2023-11-18 03:10:29 -08:00
udp_send.c net/udp: Fix source address selection under IPv6 2024-02-02 09:07:38 -08:00
udp_sendto_buffered.c net: Only call arp_send for PF_INET and icmpv6_neighbor for PF_INET6 2024-01-09 05:56:28 -08:00
udp_sendto_unbuffered.c net: Only call arp_send for PF_INET and icmpv6_neighbor for PF_INET6 2024-01-09 05:56:28 -08:00
udp_setsockopt.c
udp_txdrain.c
udp_wrbuffer_dump.c
udp_wrbuffer.c
udp.h udp: Add support for SO_TIMESTAMP 2023-11-18 03:10:29 -08:00