nuttx/net/socket
2015-03-12 08:11:08 -06:00
..
accept.c
bind.c
connect.c
getsockname.c
getsockopt.c Suffer the consequences of moving struct timeval to its correct location 2015-02-15 15:18:35 -06:00
Kconfig
listen.c
Make.defs
net_checksd.c
net_clone.c
net_close.c net/: Lots of build problems introduced into multiple NIC support. Many places where conditional logic based on CONFIG_NETDEV_MULTINIC is confused with CONFIG_NET_MULTILINK. Lots of code changed with IPv6 that was never compiled with MULTINIC enabled. Still some problem with parameter passing. 2015-02-09 18:15:34 -06:00
net_dupsd2.c
net_dupsd.c socket: net_dupsd: Do not call sockfd_socket() twice. From Juha Niskanen 2015-03-12 08:11:08 -06:00
net_monitor.c
net_poll.c
net_sendfile.c net/: Lots of build problems introduced into multiple NIC support. Many places where conditional logic based on CONFIG_NETDEV_MULTINIC is confused with CONFIG_NET_MULTILINK. Lots of code changed with IPv6 that was never compiled with MULTINIC enabled. Still some problem with parameter passing. 2015-02-09 18:15:34 -06:00
net_sockets.c
net_timeo.c
net_vfcntl.c
recv.c
recvfrom.c Move some useful internal logic from recvfrom.c and udp_callback.c and put them in ip.h where they can be used more generally 2015-02-17 07:37:44 -06:00
send.c
sendto.c
setsockopt.c Suffer the consequences of moving struct timeval to its correct location 2015-02-15 15:18:35 -06:00
socket.c Networking: Fix a compilation error recently introduced into the raw packet logic 2015-02-11 09:30:30 -06:00
socket.h