nuttx/net/socket
SPRESENSE a35ba1e7bc net: Create fallback option for usrsock
Changed implementation to use the Kernel network stack when
usrsock daemon returns an error.

This change allows the Kernel network stack to be used instead
of UsrSock when opening a Socket at a time when a VPN configured
with TUN is enabled.
2023-09-21 01:08:11 +08:00
..
accept.c net/local: Return the unblock handle correctly in local_accept 2023-03-09 09:17:19 +01:00
bind.c net/socket/bind: make sure that an address was provided 2023-08-29 19:42:36 +08:00
CMakeLists.txt cmake/build: fix build break on cmake 2023-07-25 15:00:10 +02:00
connect.c net:Resolve udp disconnection, status not synchronized error 2023-08-03 03:12:17 -07:00
getpeername.c
getsockname.c
getsockopt.c
Kconfig net/socket: fix kconfig warning 2023-05-30 16:06:17 +08:00
listen.c
Make.defs
net_close.c
net_dup2.c
net_fstat.c net: remove conn-related casts 2023-05-10 19:32:09 -03:00
net_poll.c
net_sendfile.c
net_sockif.c net: Create fallback option for usrsock 2023-09-21 01:08:11 +08:00
net_timeo.c
recv.c net/semantic/parser: fix compile warning found by sparse 2023-05-30 23:00:00 +08:00
recvfrom.c socket/recvfrom: Fix buffer copy direction when using BUILD_KERNEL. 2023-06-22 11:56:01 +08:00
recvmsg.c recvmsg: control msg support multi-attribute return 2023-05-04 12:04:11 +02:00
send.c net/socket: Combine send() with sendto() 2023-05-27 03:24:06 +08:00
sendmsg.c
sendto.c socket/send/recv: Copy user parameters to kernel memory (BUILD_KERNEL) 2023-05-27 03:24:06 +08:00
setsockopt.c
shutdown.c
socket.c net: Create fallback option for usrsock 2023-09-21 01:08:11 +08:00
socket.h
socketpair.c