summaryrefslogtreecommitdiff
path: root/nuttx/net/recvfrom.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix errors in return value from non-blocking readpatacongo2009-08-151-3/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2018 42af7a65-404d-4744-a932-0658087f49c3
* accept() now supports non-blocking operationspatacongo2009-08-021-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2011 42af7a65-404d-4744-a932-0658087f49c3
* Add non-blocking capability for TCP socketspatacongo2009-07-191-4/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1996 42af7a65-404d-4744-a932-0658087f49c3
* Reserved word 'private' in C header files is a problem for C++patacongo2009-06-161-14/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1890 42af7a65-404d-4744-a932-0658087f49c3
* Fix some debug statements that print long as intpatacongo2009-03-151-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1612 42af7a65-404d-4744-a932-0658087f49c3
* More fixes for picky ZDS archiverpatacongo2008-12-121-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1454 42af7a65-404d-4744-a932-0658087f49c3
* Filename changes needed by ZDS archiverpatacongo2008-12-121-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1452 42af7a65-404d-4744-a932-0658087f49c3
* Fix compile error only noted with ZDSpatacongo2008-12-121-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1449 42af7a65-404d-4744-a932-0658087f49c3
* cosmeticpatacongo2008-11-181-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1276 42af7a65-404d-4744-a932-0658087f49c3
* Fix recvfrom port bugpatacongo2008-09-061-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@886 42af7a65-404d-4744-a932-0658087f49c3
* Verify UDP supportpatacongo2008-09-011-8/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@859 42af7a65-404d-4744-a932-0658087f49c3
* Add uIP support more multi-threaded socket accesspatacongo2008-09-011-67/+102
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@858 42af7a65-404d-4744-a932-0658087f49c3
* Add TELNET front end to NSHpatacongo2007-12-021-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@421 42af7a65-404d-4744-a932-0658087f49c3
* Fix UDP recvfrom timeout logicpatacongo2007-11-301-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@417 42af7a65-404d-4744-a932-0658087f49c3
* Fixed missing logic in readahead buffer logicpatacongo2007-11-271-2/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@409 42af7a65-404d-4744-a932-0658087f49c3
* Debug can now be selectively enabled by subystempatacongo2007-11-231-10/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@404 42af7a65-404d-4744-a932-0658087f49c3
* Verified recvfrom()nuttx-3.2patacongo2007-11-231-30/+133
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@402 42af7a65-404d-4744-a932-0658087f49c3
* TCP and ICMP protocols may now be disabledpatacongo2007-11-221-6/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@398 42af7a65-404d-4744-a932-0658087f49c3
* Add TCP readahead logicpatacongo2007-11-191-21/+122
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@387 42af7a65-404d-4744-a932-0658087f49c3
* Fix probably where packets dropped because there was no recv() in place were ↵patacongo2007-11-151-1/+5
| | | | | | being ACKed git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@381 42af7a65-404d-4744-a932-0658087f49c3
* Eliminate most uIP globalspatacongo2007-11-081-130/+223
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@378 42af7a65-404d-4744-a932-0658087f49c3
* Reduce debug output; calibrate DM320 timerpatacongo2007-11-061-9/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@372 42af7a65-404d-4744-a932-0658087f49c3
* Basic TCP send functionalpatacongo2007-11-051-5/+26
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@371 42af7a65-404d-4744-a932-0658087f49c3
* in progress updatepatacongo2007-10-311-13/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@360 42af7a65-404d-4744-a932-0658087f49c3
* dhcpc debugpatacongo2007-10-311-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@357 42af7a65-404d-4744-a932-0658087f49c3
* Fixes found in smtp testingpatacongo2007-10-271-11/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@356 42af7a65-404d-4744-a932-0658087f49c3
* Add basic structure to support multiple network interfacespatacongo2007-09-151-27/+77
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@343 42af7a65-404d-4744-a932-0658087f49c3
* Implment TCP recv()patacongo2007-09-091-66/+269
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@340 42af7a65-404d-4744-a932-0658087f49c3
* Implement TCP send; remove uIP proto-socketspatacongo2007-09-091-86/+200
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@339 42af7a65-404d-4744-a932-0658087f49c3
* Added network init; refactored some header filespatacongo2007-09-091-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@338 42af7a65-404d-4744-a932-0658087f49c3
* Cleanup and fix problems introduce in last commitpatacongo2007-09-081-7/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@337 42af7a65-404d-4744-a932-0658087f49c3
* Added receive timeout via setsockopt(SO_RCVTIMEO)patacongo2007-09-081-26/+76
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@336 42af7a65-404d-4744-a932-0658087f49c3
* Make file name convention consistentpatacongo2007-09-081-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@335 42af7a65-404d-4744-a932-0658087f49c3
* Documentation updatepatacongo2007-09-081-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@333 42af7a65-404d-4744-a932-0658087f49c3
* sendto needs to return EINTR error; dccpc uses sendtopatacongo2007-09-051-5/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@330 42af7a65-404d-4744-a932-0658087f49c3
* Add send, sendto, rec, recvfrompatacongo2007-09-031-0/+239
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@328 42af7a65-404d-4744-a932-0658087f49c3