incubator-nuttx/net/local
anjiahao 5724c6b2e4 sem:remove sem default protocl
Signed-off-by: anjiahao <anjiahao@xiaomi.com>
2022-10-22 14:50:48 +08:00
..
Kconfig net/local: Rename NET_LOCAL_PATH_PREFIX to NET_LOCAL_VFS_PATH 2022-02-06 19:42:00 +01:00
Make.defs net/socket: move si_send/recv into sendmsg/recvmsg 2021-03-05 04:46:13 -08:00
local.h Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
local_accept.c libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
local_bind.c Replace all strncpy with strlcpy for safety 2022-08-25 13:38:36 +08:00
local_conn.c sem:remove sem default protocl 2022-10-22 14:50:48 +08:00
local_connect.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
local_fifo.c net/local: unified formatting name function 2022-10-11 00:53:57 +08:00
local_listen.c libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
local_netpoll.c poll: add poll_notify() api and call it in all drivers 2022-09-26 12:06:32 +08:00
local_recvmsg.c net/local: remove dead code 2022-09-27 21:31:48 +08:00
local_recvutils.c net/local: Remove the sync preamble from datagram 2022-08-10 09:50:25 +03:00
local_release.c libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
local_sendmsg.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
local_sendpacket.c net/local: Remove the sync preamble from datagram 2022-08-10 09:50:25 +03:00
local_sockif.c net: Align the prototype of sock_intf_s::si_ioctl with file_operations::ioctl 2022-09-06 22:46:37 +08:00