nuttx/net/socket
Jiuzhu Dong 4d5a964f29 net: unify socket into file descriptor
Change-Id: I9bcd21564e6c97d3edbb38aed1748c114160ea36
Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com>
2021-03-03 19:01:41 -08:00
..
accept.c net: unify socket into file descriptor 2021-03-03 19:01:41 -08: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 net: unify socket into file descriptor 2021-03-03 19:01:41 -08:00
getsockname.c net: unify socket into file descriptor 2021-03-03 19:01:41 -08:00
getsockopt.c net: unify socket into file descriptor 2021-03-03 19:01:41 -08:00
Kconfig net: unify socket into file descriptor 2021-03-03 19:01:41 -08:00
listen.c net: unify socket into file descriptor 2021-03-03 19:01:41 -08:00
Make.defs net: unify socket into file descriptor 2021-03-03 19:01:41 -08:00
net_close.c net: unify socket into file descriptor 2021-03-03 19:01:41 -08:00
net_dup2.c net: unify socket into file descriptor 2021-03-03 19:01:41 -08:00
net_dup.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
net_fstat.c net: unify socket into file descriptor 2021-03-03 19:01:41 -08:00
net_poll.c net: unify socket into file descriptor 2021-03-03 19:01:41 -08:00
net_sendfile.c net: unify socket into file descriptor 2021-03-03 19:01:41 -08:00
net_sockif.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -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: unify socket into file descriptor 2021-03-03 19:01:41 -08:00
recvmsg.c net: unify socket into file descriptor 2021-03-03 19:01:41 -08:00
send.c net: unify socket into file descriptor 2021-03-03 19:01:41 -08:00
sendmsg.c net: unify socket into file descriptor 2021-03-03 19:01:41 -08:00
sendto.c net: unify socket into file descriptor 2021-03-03 19:01:41 -08:00
setsockopt.c net: unify socket into file descriptor 2021-03-03 19:01:41 -08:00
socket.c net: unify socket into file descriptor 2021-03-03 19:01:41 -08:00
socket.h net: unify socket into file descriptor 2021-03-03 19:01:41 -08:00