nuttx/net/inet
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
inet.h
inet_globals.c
inet_sockif.c net: make the sendmsg param type consistent with posix specification 2026-01-16 21:11:39 +08:00
inet_txdrain.c
ipv4_build_header.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
ipv4_getpeername.c
ipv4_getsockname.c net/inet: replace net_lock with conn_lock 2025-12-29 09:42:18 +08:00
ipv4_getsockopt.c net/inet: replace net_lock with conn_lock 2025-12-29 09:42:18 +08:00
ipv4_setsockopt.c netinet/in.h: Rename imr_interface to imr_address in struct ip_mreqn. 2026-01-16 09:42:12 +08:00
ipv6_build_header.c
ipv6_getpeername.c
ipv6_getsockname.c net/inet: replace net_lock with conn_lock 2025-12-29 09:42:18 +08:00
ipv6_getsockopt.c net/inet: replace net_lock with conn_lock 2025-12-29 09:42:18 +08:00
ipv6_setsockopt.c net/inet: replace net_lock with conn_lock 2025-12-29 09:42:18 +08:00
Kconfig
Make.defs