incubator-nuttx/net/udp
SPRESENSE 011d45e956 net/usrsock: Can enable TCP/UDP IP stack with Usrsock enabled
Some use cases, such as VPN, use both the device's network
stack with the Usrsock daemon and the Kernel's network stack.
Therefore, remove NET_TCP_NO_STACK/NET_UDP_NO_STACK select
from Usrsock's Kconfig.
2023-09-21 01:08:11 +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.h net:add IP_MULTICAST_IF & IPV6_MULTICAST_IF function implementation 2023-08-25 17:16:50 +08:00
udp_callback.c net/udp: Fix hybrid dual-stack IPv6/IPv4 socket 2023-08-22 09:09:21 +08:00
udp_close.c net: remove conn-related casts 2023-05-10 19:32:09 -03:00
udp_conn.c net:Add check for address binding 2023-08-03 03:16:31 -07: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:add IP_MULTICAST_IF & IPV6_MULTICAST_IF function implementation 2023-08-25 17:16:50 +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: Add FIOC_FILEPATH ioctl support for ICMP(v6)/RPMsg/Usrsock sockets 2023-08-15 15:00:59 +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 mm/iob: Add support for increasing length in iob_update_pktlen 2023-08-22 16:34:21 +09: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.c net/xx/wrbuffer: Do not use SEM_INITIALIZER for buffers 2023-08-25 00:02:07 +08:00
udp_wrbuffer_dump.c