..
Kconfig
net: limit NET_NACTIVESOCKETS to 4 when enable DEFAULT_SMALL
2021-10-10 19:59:28 -07:00
Make.defs
net: always compile listen.c and accept.c when enable CONFIG_NET
2021-10-10 19:59:02 -07:00
accept.c
net/accept: alloc the accept fd after accept success
2021-06-11 05:00:21 -05:00
bind.c
net: unify socket into file descriptor
2021-03-03 19:01:41 -08:00
connect.c
net: unify socket into file descriptor
2021-03-03 19:01:41 -08:00
getpeername.c
sourcefiles: Fix relative path in file header
2021-03-09 23:18:28 +08:00
getsockname.c
net: unify socket into file descriptor
2021-03-03 19:01:41 -08:00
getsockopt.c
net: Forward socket option only when the socket type is usrsock
2021-05-19 03:07:04 -05:00
listen.c
fs: allocate file/socket dynamically
2021-03-17 06:46:42 -07:00
net_close.c
net: unify socket into file descriptor
2021-03-03 19:01:41 -08:00
net_dup2.c
net/dup: only start tcp monitor on INET domain
2021-09-23 19:02:03 -07:00
net_fstat.c
net/udp: fix the invaild udp destination address
2021-12-17 11:25:06 -06:00
net_poll.c
net: unify socket into file descriptor
2021-03-03 19:01:41 -08:00
net_sendfile.c
author: UVC Ingenieure : update licenses to Apache
2021-09-15 15:57:55 +08:00
net_sockif.c
net/socket_rpmsg: add net socket rpmsg support
2021-03-07 01:45:51 -08:00
net_timeo.c
net: Author Gregory Nutt: update licenses to Apache
2021-02-20 00:38:18 -08:00
net_vfcntl.c
net: unify socket into file descriptor
2021-03-03 19:01:41 -08:00
recv.c
net: Author Gregory Nutt: update licenses to Apache
2021-02-20 00:38:18 -08:00
recvfrom.c
net/socket: move si_send/recv into sendmsg/recvmsg
2021-03-05 04:46:13 -08:00
recvmsg.c
net/socket: move si_send/recv into sendmsg/recvmsg
2021-03-05 04:46:13 -08:00
send.c
net/socket: move si_send/recv into sendmsg/recvmsg
2021-03-05 04:46:13 -08:00
sendmsg.c
net/socket: move si_send/recv into sendmsg/recvmsg
2021-03-05 04:46:13 -08:00
sendto.c
net/socket: Fix bug that sendto did not return an error
2021-08-19 01:31:05 -07:00
setsockopt.c
net/socket: add SO_SNDBUF support
2021-07-20 20:24:58 -07:00
socket.c
net/socket_rpmsg: add net socket rpmsg support
2021-03-07 01:45:51 -08:00
socket.h
net: unify socket into file descriptor
2021-03-03 19:01:41 -08:00
socketpair.c
net/socketpair: move socketpair implement into socket internal
2021-07-08 03:05:43 -05:00