nuttx/net/socket
chao an 6340154f97 net/socket/bind: make sure that an address was provided
1. make sure that an address was provided on bind() call
2. correct the return value if bad socket handler

Signed-off-by: chao an <anchao@xiaomi.com>
2023-08-29 19:42:36 +08:00
..
accept.c
bind.c net/socket/bind: make sure that an address was provided 2023-08-29 19:42:36 +08:00
CMakeLists.txt
connect.c
getpeername.c
getsockname.c
getsockopt.c
Kconfig
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
shutdown.c
socket.c
socket.h
socketpair.c