nuttx/net/local
Xiang Xiao c7a513b182 net/local: Remove the check of SOCK_STREAM before local_stream_connect
since psock_local_connect is called only when the socket is SOCK_STREAM

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2024-02-29 16:28:01 -03:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Kconfig net/local: rename NET_LOCAL_VFS_PATH to follow linux 2023-01-04 20:50:38 +08:00
local_accept.c net/local: Remove the unused lc_psock from local_conn_s 2024-02-29 16:28:01 -03:00
local_bind.c net/assert: remove all unnecessary check for psock/conn 2023-08-30 20:36:49 +08:00
local_conn.c net/local: Initialize lc_crefs to 1 2024-02-29 16:28:01 -03:00
local_connect.c net/local: Remove the check of SOCK_STREAM before local_stream_connect 2024-02-29 16:28:01 -03:00
local_fifo.c net/local: make the call return of each process consistent with linux 2023-12-25 16:53:46 -08:00
local_listen.c net/local: Support the abstract path to connect 2023-07-14 09:57:24 +08:00
local_netpoll.c net/local: make the call return of each process consistent with linux 2023-12-25 16:53:46 -08:00
local_recvmsg.c local: correct shutdown state when use UDP mode 2024-02-29 16:28:01 -03:00
local_recvutils.c net/local: Return -EINVAL if the address length passed to local_bind is too small 2022-12-18 20:12:30 +02:00
local_release.c net/local: make the call return of each process consistent with linux 2023-12-25 16:53:46 -08:00
local_sendmsg.c local: correct shutdown state when use UDP mode 2024-02-29 16:28:01 -03:00
local_sendpacket.c net/local: Support SO_SNDBUF option in getsockopt 2023-10-25 01:13:56 +08:00
local_sockif.c net/local: Initialize lc_crefs to 1 2024-02-29 16:28:01 -03:00
local.h net/local: Remove the unused lc_psock from local_conn_s 2024-02-29 16:28:01 -03:00
Make.defs net/socket: move si_send/recv into sendmsg/recvmsg 2021-03-05 04:46:13 -08:00