nuttx/net/local
田昕 40c9e627d6 net/local:set POLLIN/POLLOUT threshold for local fifo
Signed-off-by: 田昕 <tianxin7@xiaomi.com>
2023-01-13 12:27:54 +08:00
..
Kconfig net/local: rename NET_LOCAL_VFS_PATH to follow linux 2023-01-04 20:50:38 +08:00
local_accept.c
local_bind.c net/local: Support the abstract path 2022-12-18 20:12:30 +02:00
local_conn.c
local_connect.c net/local: Support the abstract path 2022-12-18 20:12:30 +02:00
local_fifo.c net/local:set POLLIN/POLLOUT threshold for local fifo 2023-01-13 12:27:54 +08:00
local_listen.c local: add net_lock to local_listen 2022-11-28 16:36:39 +08:00
local_netpoll.c net_local: fix error when work with epoll 2022-12-31 02:23:50 +08:00
local_recvmsg.c
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
local_sendmsg.c
local_sendpacket.c
local_sockif.c net/local: Support the abstract path 2022-12-18 20:12:30 +02:00
local.h net/local: Remove LOCAL_TYPE_UNTYPED 2022-12-18 20:12:30 +02:00
Make.defs