summaryrefslogtreecommitdiff
path: root/nuttx/net/sendto.c
Commit message (Expand)AuthorAgeFilesLines
* Changed the meaning of the uip_*input functions. They now return success when...Gregory Nutt2013-10-111-6/+1
* netdev_findbyaddr() will not use a routing table if one is available. It wil...Gregory Nutt2013-10-051-1/+1
* Add MTD partition support plus fix some typos in commentsGregory Nutt2013-04-301-2/+2
* Implement UDP sendto() timeouts. Currently disabled because it probably unne...Gregory Nutt2013-04-301-12/+99
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-031-1/+1
* Correct and error in recv() and recvfrom() return valuepatacongo2012-02-181-11/+2
* Add new psock layer; telnet session is now wrapped in a character devicepatacongo2012-01-301-11/+88
* More SLIP integrationpatacongo2011-03-151-8/+8
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-151-2/+4
* Use lldbg() instead of dbg() in interrupt level logicpatacongo2009-09-151-1/+1
* Reserved word 'private' in C header files is a problem for C++patacongo2009-06-161-6/+6
* More fixes for picky ZDS archiverpatacongo2008-12-121-1/+1
* Filename changes needed by ZDS archiverpatacongo2008-12-121-1/+1
* sendto.cpatacongo2008-09-021-4/+8
* Verify UDP supportpatacongo2008-09-011-25/+44
* Add uIP support more multi-threaded socket accesspatacongo2008-09-011-10/+15
* Add examples/dhcpdpatacongo2007-11-301-0/+3
* Must disconnect TCP socket on close()patacongo2007-11-241-2/+2
* Debug UDP send logicpatacongo2007-11-231-7/+8
* Added UDP test/examplepatacongo2007-11-221-1/+8
* Add TX data notificationpatacongo2007-11-221-0/+4
* Eliminate most uIP globalspatacongo2007-11-081-6/+7
* Add basic structure to support multiple network interfacespatacongo2007-09-151-12/+56
* Implment TCP recv()patacongo2007-09-091-1/+18
* Implement TCP send; remove uIP proto-socketspatacongo2007-09-091-1/+9
* Added receive timeout via setsockopt(SO_RCVTIMEO)patacongo2007-09-081-3/+3
* Make file name convention consistentpatacongo2007-09-081-1/+1
* Add send, sendto, rec, recvfrompatacongo2007-09-031-0/+257