nuttx/net/socket
Xiang Xiao c1b0aa118c Remove psock_send and sockfd_socket from net/socket/socket.h
Since both is already declared in include/nuttx/net/net.h and fix other minor issue in network socket layer.
2020-01-31 13:45:15 -06:00
..
accept.c
bind.c
connect.c
getpeername.c
getsockname.c
getsockopt.c Implment SO_ACCEPTCONN 2020-01-31 13:45:15 -06:00
Kconfig
listen.c
Make.defs
net_checksd.c
net_close.c
net_dup.c
net_dup2.c
net_fstat.c Remove psock_send and sockfd_socket from net/socket/socket.h 2020-01-31 13:45:15 -06:00
net_poll.c
net_sendfile.c
net_sockets.c
net_sockif.c Remove psock_send and sockfd_socket from net/socket/socket.h 2020-01-31 13:45:15 -06:00
net_timeo.c
net_vfcntl.c
recv.c
recvfrom.c
send.c
sendto.c sendto should always call send if to == NULL || tolen <= 0 2020-01-31 13:45:15 -06:00
setsockopt.c Replace set_errno to _SO_SETERRNO 2020-01-31 13:45:14 -06:00
socket.c
socket.h Remove psock_send and sockfd_socket from net/socket/socket.h 2020-01-31 13:45:15 -06:00