nuttx/net/local
guoshichao 57637e5927 net: make the sendmsg param type consistent with posix specification
To ensure consistency, in all places where the "sendmsg" function is used
either directly or indirectly, the type of the "struct msghdr *msg" parameter
needs to be modified to "const struct msghdr *msg".

Signed-off-by: guoshichao <guoshichao@xiaomi.com>
2026-01-16 21:11:39 +08:00
..
CMakeLists.txt net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
Kconfig net/local: rename NET_LOCAL_VFS_PATH to follow linux 2023-01-04 20:50:38 +08:00
local.h net: make the sendmsg param type consistent with posix specification 2026-01-16 21:11:39 +08:00
local_accept.c net/local: replace net_lock with local_lock 2026-01-06 16:08:30 +08:00
local_bind.c net/local: replace net_lock with local_lock 2026-01-06 16:08:30 +08:00
local_conn.c net/local: replace net_lock with local_lock 2026-01-06 16:08:30 +08:00
local_connect.c net/local: replace net_lock with local_lock 2026-01-06 16:08:30 +08:00
local_fifo.c net/local: fix the return address is incorrect when accept 2024-10-11 01:31:20 +08:00
local_listen.c net/local: replace net_lock with local_lock 2026-01-06 16:08:30 +08:00
local_netpoll.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
local_recvmsg.c net/local: replace net_lock with local_lock 2026-01-06 16:08:30 +08:00
local_recvutils.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
local_release.c net/local: replace net_lock with local_lock 2026-01-06 16:08:30 +08:00
local_sendmsg.c net: make the sendmsg param type consistent with posix specification 2026-01-16 21:11:39 +08:00
local_sendpacket.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
local_sockif.c net/local: replace net_lock with local_lock 2026-01-06 16:08:30 +08:00
Make.defs net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00