nuttx/net/netlink
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/netlink: Add RTM preifx notify support 2024-05-14 10:05:37 -03:00
Make.defs net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
netlink.h net/netlink: replace net_lock with netlink_lock 2026-01-02 00:00:55 +08:00
netlink_attr.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
netlink_conn.c net: replace net_sem*wait with conn_dev_sem*wait to simplify code logic 2026-01-02 07:48:06 -03:00
netlink_netfilter.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
netlink_notifier.c net/netlink: fix netlink poll return value on success 2024-11-04 18:18:28 +08:00
netlink_route.c net/netlink: replace net_lock with netlink_lock 2026-01-02 00:00:55 +08:00
netlink_sockif.c net: make the sendmsg param type consistent with posix specification 2026-01-16 21:11:39 +08:00