nuttx/net
patacongo 12023242c8 Sockets were not being closed when a task exits
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2070 42af7a65-404d-4744-a932-0658087f49c3
2009-09-16 20:29:00 +00:00
..
uip Consulting wrong list to see if socket is listening for a connection 2009-09-16 20:28:30 +00:00
accept.c accept() now supports non-blocking operations 2009-08-02 23:35:27 +00:00
bind.c
connect.c Use lldbg() instead of dbg() in interrupt level logic 2009-09-15 15:44:14 +00:00
getsockopt.c
listen.c THTTPD now gets past initialization 2009-08-02 16:08:20 +00:00
Makefile Still fleshing out THTTPD example 2009-07-18 22:59:44 +00:00
net_arptimer.c
net_clone.c Fix reference counting errors 2009-09-15 17:17:51 +00:00
net_close.c Sockets were not being closed when a task exits 2009-09-16 20:29:00 +00:00
net_dsec2timeval.c
net_dup2.c
net_dup.c Add fcntl(F_DUPFD) 2009-07-19 00:14:46 +00:00
net_internal.h Sockets were not being closed when a task exits 2009-09-16 20:29:00 +00:00
net_poll.c Use lldbg() instead of dbg() in interrupt level logic 2009-09-15 15:44:14 +00:00
net_sockets.c Sockets were not being closed when a task exits 2009-09-16 20:29:00 +00:00
net_timeo.c
net_timeval2dsec.c
net_vfcntl.c THTTPD now gets past initialization 2009-08-02 16:08:20 +00:00
netdev_count.c
netdev_findbyaddr.c Clean up THTTPD watch handling 2009-09-11 18:21:57 +00:00
netdev_findbyname.c
netdev_foreach.c
netdev_ioctl.c
netdev_register.c
netdev_txnotify.c Clean up THTTPD watch handling 2009-09-11 18:21:57 +00:00
recv.c
recvfrom.c Use lldbg() instead of dbg() in interrupt level logic 2009-09-15 15:44:14 +00:00
send.c Use lldbg() instead of dbg() in interrupt level logic 2009-09-15 15:44:14 +00:00
sendto.c Use lldbg() instead of dbg() in interrupt level logic 2009-09-15 15:44:14 +00:00
setsockopt.c
socket.c Fix some errno reporting 2009-09-16 20:27:00 +00:00