summaryrefslogtreecommitdiff
path: root/nuttx/net/socket/net_close.c
Commit message (Expand)AuthorAgeFilesLines
* Networking: Fix accept() so that it returns the correct IP address for the se...Gregory Nutt2015-01-171-3/+3
* net/socket and net/tcp: When we are ready to receive data or when we have out...Gregory Nutt2015-01-171-5/+56
* Networking: Replace all references to net_ipaddr_t with either in_addr_t on ...Gregory Nutt2015-01-161-3/+3
* Networking: Drivers can have both IPv4 and IPv6 addesses, but a socket can on...Gregory Nutt2015-01-161-2/+2
* Add logic to netdev_findbyaddr() to return the correct network device for the...Gregory Nutt2014-11-231-0/+4
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-071-9/+4
* Add inclusion of assert.h to so files that use DEBUGASSERTGregory Nutt2014-07-211-0/+1
* NET: Rename network interrupt event flags more appropriately: TCP_, UDP_, ICM...Gregory Nutt2014-07-061-10/+10
* NET: Rename TCP state values: UIP_ -> TCP_Gregory Nutt2014-07-061-1/+1
* NET: Most of the contents of include/nuttx/net/udp.h moved to net/pkt/udp.hGregory Nutt2014-07-051-0/+1
* NET: Most of the contents of include/nuttx/net/pkt.h moved to net/pkt/pkt.hGregory Nutt2014-07-051-1/+0
* NET: in-progress change... don't useGregory Nutt2014-07-041-1/+2
* NET: Rename uip_callback_s to devif_callback_sGregory Nutt2014-06-291-5/+5
* Rename many functions in net/devif from uip_* to devif_*Gregory Nutt2014-06-281-3/+4
* Rename net/uip to net/devif. Rename uip/uip.h to devif/devif.hGregory Nutt2014-06-281-1/+1
* Move all socket-related files from net/ to net/socket. Move net/net.h to net...Gregory Nutt2014-06-281-0/+570