nuttx/net/can
gaohedong 7e6138f258 net/ioctl: add a socket interface for ioctl
Add a socket family for ioctl.

Signed-off-by: gaohedong <gaohedong@xiaomi.com>
2025-12-29 14:38:15 +08:00
..
can.h net/can: replace net_lock with conn_lock and conn_lock_dev 2025-12-29 09:42:18 +08:00
can_bufpool.c net/can: can protocol uses a separate buffer to cache can data 2025-12-25 08:56:12 -03:00
can_callback.c net/can: replace net_lock with conn_lock and conn_lock_dev 2025-12-29 09:42:18 +08:00
can_conn.c net: change conn lock from mutex to rmutex 2025-12-29 09:42:18 +08:00
can_getsockopt.c net/can: can protocol uses a separate buffer to cache can data 2025-12-25 08:56:12 -03:00
can_input.c net: protect the older network cards driver's tx and rx process 2025-12-29 09:42:18 +08:00
can_notifier.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
can_poll.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
can_recvmsg.c net/can: replace net_lock with conn_lock and conn_lock_dev 2025-12-29 09:42:18 +08:00
can_sendmsg.c net/can: replace net_lock with conn_lock and conn_lock_dev 2025-12-29 09:42:18 +08:00
can_sendmsg_buffered.c net/can: replace net_lock with conn_lock and conn_lock_dev 2025-12-29 09:42:18 +08:00
can_setsockopt.c net/can: replace net_lock with conn_lock and conn_lock_dev 2025-12-29 09:42:18 +08:00
can_sockif.c net/ioctl: add a socket interface for ioctl 2025-12-29 14:38:15 +08:00
CMakeLists.txt net/can: can protocol uses a separate buffer to cache can data 2025-12-25 08:56:12 -03:00
Kconfig net/can: can protocol uses a separate buffer to cache can data 2025-12-25 08:56:12 -03:00
Make.defs net/can: can protocol uses a separate buffer to cache can data 2025-12-25 08:56:12 -03:00