incubator-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.h
udp_callback.c
udp_close.c
udp_conn.c
udp_devpoll.c
udp_finddev.c
udp_input.c
udp_ioctl.c
udp_ipselect.c
udp_netpoll.c
udp_notifier.c
udp_recvfrom.c
udp_send.c
udp_sendto_buffered.c
udp_sendto_unbuffered.c
udp_setsockopt.c
udp_txdrain.c
udp_wrbuffer.c
udp_wrbuffer_dump.c