nuttx/net/socket
zhangshuai39 1914dd0820 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-17 23:01:34 -05:00
..
accept.c
bind.c
CMakeLists.txt
connect.c
getpeername.c
getsockname.c
getsockopt.c
Kconfig net/pkt: add nonblock mode and send buffered support 2025-12-10 23:44:14 +08:00
listen.c
Make.defs
net_close.c
net_dup2.c
net_fstat.c
net_poll.c
net_sendfile.c
net_sockif.c
net_timeo.c
recv.c
recvfrom.c
recvmsg.c
send.c
sendmsg.c
sendto.c
setsockopt.c net/socket: Check on the end of the NIC name when binding device 2025-12-17 23:01:34 -05:00
shutdown.c
socket.c
socket.h
socketpair.c