incubator-nuttx/net/socket
Xiang Xiao 695f42f8d2 net: Move accept to libc after https://github.com/apache/nuttx/pull/8083
since accept can simply forward to kernel accept4 function

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-01-13 11:23:42 +02:00
..
Kconfig net/sockopt: move BINDTODEVICE to socket level 2022-08-25 17:56:52 +08:00
Make.defs net: Remove psock_fcntl related code 2022-03-04 22:03:55 +02:00
accept.c net: Move accept to libc after https://github.com/apache/nuttx/pull/8083 2023-01-13 11:23:42 +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: Remove usrsock specific process from common code as much as possible 2022-11-28 16:32:41 +09:00
listen.c socket: separation error code EBADF and ENOTSOCK 2022-10-29 08:18:02 +02:00
net_close.c net/inet: move socket flags into socket_conn_s 2022-02-10 15:04:33 -03:00
net_dup2.c net/tcp/monitor: do not migrate the state to close 2022-02-11 18:56:40 +09:00
net_fstat.c net/inet: move socket flags into socket_conn_s 2022-02-10 15:04:33 -03:00
net_poll.c net: unify socket into file descriptor 2021-03-03 19:01:41 -08:00
net_sendfile.c net/soerr: add new _SO_CONN_SETERRNO() macro 2022-11-24 22:57:42 +08:00
net_sockif.c net: Remove usrsock specific process from common code as much as possible 2022-11-28 16:32:41 +09:00
net_timeo.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
recv.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
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: add parameter check in psock_setsockopt 2022-11-29 00:20:09 +08:00
socket.c net: Remove usrsock specific process from common code as much as possible 2022-11-28 16:32:41 +09: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