nuttx/net/pkt
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/pkt: add nonblock mode and send buffered support 2025-12-10 23:44:14 +08:00
Kconfig net/ethernet: fix compilation issues 2025-12-29 23:31:51 +08:00
Make.defs net/pkt: add nonblock mode and send buffered support 2025-12-10 23:44:14 +08:00
pkt.h net: make the sendmsg param type consistent with posix specification 2026-01-16 21:11:39 +08:00
pkt_callback.c net/devif_callback: change flags type from uint16_t to uint32_t 2026-01-02 00:04:16 +08:00
pkt_conn.c net: change conn lock from mutex to rmutex 2025-12-29 09:42:18 +08:00
pkt_finddev.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
pkt_getsockopt.c net/packet: add PACKET_<ADD|DROP>_MEMBERSHIP support 2025-12-25 10:01:43 +08:00
pkt_input.c net/devif_callback: change flags type from uint16_t to uint32_t 2026-01-02 00:04:16 +08:00
pkt_netpoll.c net/devif_callback: change flags type from uint16_t to uint32_t 2026-01-02 00:04:16 +08:00
pkt_poll.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
pkt_recvmsg.c net: replace net_sem*wait with conn_dev_sem*wait to simplify code logic 2026-01-02 07:48:06 -03:00
pkt_sendmsg_buffered.c net: replace net_sem*wait with conn_dev_sem*wait to simplify code logic 2026-01-02 07:48:06 -03:00
pkt_sendmsg_unbuffered.c net: make the sendmsg param type consistent with posix specification 2026-01-16 21:11:39 +08:00
pkt_setsockopt.c net/packet: add PACKET_<ADD|DROP>_MEMBERSHIP support 2025-12-25 10:01:43 +08:00
pkt_sockif.c net: replace net_sem*wait with conn_dev_sem*wait to simplify code logic 2026-01-02 07:48:06 -03:00