nuttx/net/local
wangyingdong 032a456c83 net/local:Add support for MSG_DONTWAIT to SOCK_STREAM
Signed-off-by: wangyingdong <wangyingdong@xiaomi.com>
2023-08-01 22:55:40 -07:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Kconfig
local_accept.c net/local: Support the abstract path to connect 2023-07-14 09:57:24 +08:00
local_bind.c net: remove conn-related casts 2023-05-10 19:32:09 -03:00
local_conn.c sched/getpid: replace syscall getpid/tid/ppid() to kernel version 2023-02-02 10:33:01 +08:00
local_connect.c net: remove conn-related casts 2023-05-10 19:32:09 -03:00
local_fifo.c net/local: Support the socketpair interface of local udp socket. 2023-07-12 03:31:43 +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: Support the abstract path to connect 2023-07-14 09:57:24 +08:00
local_recvmsg.c net/local:Add support for MSG_DONTWAIT to SOCK_STREAM 2023-08-01 22:55:40 -07:00
local_recvutils.c
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/local: Support the socketpair interface of local udp socket. 2023-07-12 03:31:43 +08:00
local_sendpacket.c
local_sockif.c net/local: forward threshold ioctl() to pipe 2023-07-22 11:39:28 +08:00
local.h net/local: Support the socketpair interface of local udp socket. 2023-07-12 03:31:43 +08:00
Make.defs