incubator-nuttx/net/local
liqinhui 8014f51cc1 net/local: Allow the local udp socketpair function to use the local_release_fifos interface.
Signed-off-by: liqinhui <liqinhui@xiaomi.com>
2023-09-27 19:28:02 +08: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
Make.defs net/socket: move si_send/recv into sendmsg/recvmsg 2021-03-05 04:46:13 -08:00
local.h local socket: fix accept used after free 2023-09-24 10:42:35 +08:00
local_accept.c local socket: fix accept used after free 2023-09-24 10:42:35 +08: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: Allow the local udp socketpair function to use the local_release_fifos interface. 2023-09-27 19:28:02 +08:00
local_connect.c net/assert: remove all unnecessary check for psock/conn 2023-08-30 20:36:49 +08:00
local_fifo.c enable O_CLOEXEC explicit 2023-09-22 13:51:00 +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: add poll lock for local socket poll 2023-08-08 08:43:18 +02:00
local_recvmsg.c net/assert: remove all unnecessary check for psock/conn 2023-08-30 20:36:49 +08: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: remove client from server.lc_waiters when client close 2023-07-17 09:01:36 +02:00
local_sendmsg.c net/assert: remove all unnecessary check for psock/conn 2023-08-30 20:36:49 +08:00
local_sendpacket.c net/local: Return an error when write the too big packet. 2023-08-14 23:46:08 +08:00
local_sockif.c local socket: fix accept used after free 2023-09-24 10:42:35 +08:00