nuttx/net/socket
zhangshuai39 a3c914c50d net/socket: Check on the end of the NIC name when binding device
When using usrsock to pass the network interface name, omitting "\0" will cause the host to parse extra characters. therefore, the tail section should be inspected during device binding.

Signed-off-by: zhangshuai39 <zhangshuai39@xiaomi.com>
2025-12-23 10:27:37 +08:00
..
accept.c accept4:move function from net to fs 2024-09-30 16:30:56 +08:00
bind.c fs/file: unify prefix about file_xxx api, like file_open, file_ioctl 2025-06-12 18:12:42 +08:00
CMakeLists.txt
connect.c fs/file: unify prefix about file_xxx api, like file_open, file_ioctl 2025-06-12 18:12:42 +08:00
getpeername.c fs/file: unify prefix about file_xxx api, like file_open, file_ioctl 2025-06-12 18:12:42 +08:00
getsockname.c fs/file: unify prefix about file_xxx api, like file_open, file_ioctl 2025-06-12 18:12:42 +08:00
getsockopt.c fs/file: unify prefix about file_xxx api, like file_open, file_ioctl 2025-06-12 18:12:42 +08:00
Kconfig
listen.c fs/file: unify prefix about file_xxx api, like file_open, file_ioctl 2025-06-12 18:12:42 +08:00
Make.defs
net_close.c
net_dup2.c
net_fstat.c
net_poll.c
net_sendfile.c
net_sockif.c net: fix inet #14634 regression 2024-11-05 18:36:02 +08:00
net_timeo.c
recv.c
recvfrom.c fs/file: unify prefix about file_xxx api, like file_open, file_ioctl 2025-06-12 18:12:42 +08:00
recvmsg.c fs/file: unify prefix about file_xxx api, like file_open, file_ioctl 2025-06-12 18:12:42 +08:00
send.c
sendmsg.c fs/file: unify prefix about file_xxx api, like file_open, file_ioctl 2025-06-12 18:12:42 +08:00
sendto.c fs/file: unify prefix about file_xxx api, like file_open, file_ioctl 2025-06-12 18:12:42 +08:00
setsockopt.c net/socket: Check on the end of the NIC name when binding device 2025-12-23 10:27:37 +08:00
shutdown.c fs/file: unify prefix about file_xxx api, like file_open, file_ioctl 2025-06-12 18:12:42 +08:00
socket.c
socket.h userspace: Exclude nuttx/arch.h 2024-11-01 16:59:37 +08:00
socketpair.c userspace: Exclude nuttx/arch.h 2024-11-01 16:59:37 +08:00