nuttx/net/socket
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
..
accept.c net/socket: replace net_lock with conn_lock 2026-01-01 07:35:12 -03:00
bind.c
CMakeLists.txt
connect.c
getpeername.c
getsockname.c
getsockopt.c
Kconfig net/packet: add PACKET_<ADD|DROP>_MEMBERSHIP support 2025-12-25 10:01:43 +08:00
listen.c
Make.defs
net_close.c
net_dup2.c net/socket: replace net_lock with conn_lock 2026-01-01 07:35:12 -03:00
net_fstat.c
net_poll.c
net_sendfile.c
net_sockif.c net_sockif.c: add ip level s|getsockopt support in SOCK_CTRL 2026-01-01 17:04:03 +08:00
net_timeo.c
recv.c
recvfrom.c
recvmsg.c
send.c
sendmsg.c net: make the sendmsg param type consistent with posix specification 2026-01-16 21:11:39 +08:00
sendto.c
setsockopt.c net/socket: replace net_lock with conn_lock 2026-01-01 07:35:12 -03:00
shutdown.c
socket.c
socket.h
socketpair.c