nuttx/net/socket
chao an f2a7711ef8 net/soerr: add new _SO_CONN_SETERRNO() macro
support so error code set from conn instance

Signed-off-by: chao an <anchao@xiaomi.com>
2022-11-24 22:57:42 +08:00
..
accept.c socket: separation error code EBADF and ENOTSOCK 2022-10-29 08:18:02 +02:00
bind.c socket: separation error code EBADF and ENOTSOCK 2022-10-29 08:18:02 +02:00
connect.c socket: separation error code EBADF and ENOTSOCK 2022-10-29 08:18:02 +02:00
getpeername.c socket: separation error code EBADF and ENOTSOCK 2022-10-29 08:18:02 +02:00
getsockname.c socket: separation error code EBADF and ENOTSOCK 2022-10-29 08:18:02 +02:00
getsockopt.c net/usrsock: fix get/setsockopt issue about usrsock protocol 2022-11-23 21:27:15 +09:00
Kconfig
listen.c socket: separation error code EBADF and ENOTSOCK 2022-10-29 08:18:02 +02:00
Make.defs
net_close.c
net_dup2.c
net_fstat.c
net_poll.c
net_sendfile.c net/soerr: add new _SO_CONN_SETERRNO() macro 2022-11-24 22:57:42 +08:00
net_sockif.c
net_timeo.c
recv.c
recvfrom.c socket: separation error code EBADF and ENOTSOCK 2022-10-29 08:18:02 +02:00
recvmsg.c socket: separation error code EBADF and ENOTSOCK 2022-10-29 08:18:02 +02:00
send.c socket: separation error code EBADF and ENOTSOCK 2022-10-29 08:18:02 +02:00
sendmsg.c socket: separation error code EBADF and ENOTSOCK 2022-10-29 08:18:02 +02:00
sendto.c socket: separation error code EBADF and ENOTSOCK 2022-10-29 08:18:02 +02:00
setsockopt.c net/usrsock: fix get/setsockopt issue about usrsock protocol 2022-11-23 21:27:15 +09:00
socket.c psock_socket: Add type field check 2022-10-21 16:57:20 +08:00
socket.h net/soerr: add new _SO_CONN_SETERRNO() macro 2022-11-24 22:57:42 +08:00
socketpair.c socketpair: Add SOCK_NONBLOCK support into type field 2022-10-21 16:57:20 +08:00