nuttx/net/socket
2019-08-07 07:53:56 -06:00
..
accept.c Fix condition logic: The setup seems to support a network without sockets. That is not the case. 2019-02-11 15:47:25 -06:00
bind.c
connect.c
getpeername.c net/socket/getpeername: Fixed warning in DEBUG code. 2019-08-07 07:53:56 -06:00
getsockname.c net/socket/getsockname.c: Fix addrlen check in socket debug features. Getsockname checked erroneously a pointer agains 0, where the intention was to dereference the pointer and to check the length. This causes also a compilation failure if the code is compiled with CONFIG_DEBUG_FEATURES and with -Werror flag set. 2019-04-30 06:22:07 -06:00
getsockopt.c
Kconfig This commit implements a proper version of SO_LINGER. Not sufficiently tested on initial commit. 2019-07-01 12:25:32 -06:00
listen.c Fix condition logic: The setup seems to support a network without sockets. That is not the case. 2019-02-11 15:47:25 -06:00
Make.defs
net_checksd.c
net_clone.c
net_close.c
net_dupsd2.c Fix condition logic: The setup seems to support a network without sockets. That is not the case. 2019-02-11 15:47:25 -06:00
net_dupsd.c Fix condition logic: The setup seems to support a network without sockets. That is not the case. 2019-02-11 15:47:25 -06:00
net_fstat.c net/: Fix alignment and spacing problems found by tools/nxstyle. 2019-07-02 18:02:23 -06:00
net_poll.c Squashed commit of the following: 2019-05-21 18:57:54 -06:00
net_sendfile.c
net_sockets.c net/: Fix alignment and spacing problems found by tools/nxstyle. 2019-07-02 18:02:23 -06:00
net_sockif.c
net_timeo.c
net_vfcntl.c Fix condition logic: The setup seems to support a network without sockets. That is not the case. 2019-02-11 15:47:25 -06:00
recv.c
recvfrom.c
send.c
sendto.c
setsockopt.c
socket.c
socket.h