mirror of
https://github.com/apache/nuttx.git
synced 2026-09-10 02:46:33 +00:00
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> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| ieee802154.h | ||
| ieee802154_callback.c | ||
| ieee802154_conn.c | ||
| ieee802154_container.c | ||
| ieee802154_finddev.c | ||
| ieee802154_initialize.c | ||
| ieee802154_input.c | ||
| ieee802154_poll.c | ||
| ieee802154_recvmsg.c | ||
| ieee802154_sendmsg.c | ||
| ieee802154_sockif.c | ||
| Kconfig | ||
| Make.defs | ||