summaryrefslogtreecommitdiff
path: root/nuttx/net/uip
Commit message (Collapse)AuthorAgeFilesLines
* Remove uIP loggingpatacongo2007-11-075-28/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@377 42af7a65-404d-4744-a932-0658087f49c3
* Handle varialble length polling intervals; fix bug of last checkinpatacongo2007-11-077-75/+217
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@376 42af7a65-404d-4744-a932-0658087f49c3
* Finished partitioning uip.c (now system is broken)patacongo2007-11-0717-1796/+2828
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@375 42af7a65-404d-4744-a932-0658087f49c3
* Breaking uip.c into smaller functions/filespatacongo2007-11-0610-363/+961
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@374 42af7a65-404d-4744-a932-0658087f49c3
* Verified basic client-side network functionalitynuttx-3.0patacongo2007-11-062-16/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@373 42af7a65-404d-4744-a932-0658087f49c3
* Reduce debug output; calibrate DM320 timerpatacongo2007-11-066-144/+102
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@372 42af7a65-404d-4744-a932-0658087f49c3
* Basic TCP send functionalpatacongo2007-11-057-1040/+1395
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@371 42af7a65-404d-4744-a932-0658087f49c3
* More length-related fixespatacongo2007-11-051-5/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@370 42af7a65-404d-4744-a932-0658087f49c3
* Fix problem with ARP request message lengthpatacongo2007-11-051-4/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@369 42af7a65-404d-4744-a932-0658087f49c3
* Integrating with DM320patacongo2007-11-041-67/+105
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@368 42af7a65-404d-4744-a932-0658087f49c3
* in progress updatepatacongo2007-10-311-130/+172
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@360 42af7a65-404d-4744-a932-0658087f49c3
* dhcpc debugpatacongo2007-10-313-45/+80
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@357 42af7a65-404d-4744-a932-0658087f49c3
* Correct some issues with IP/MAC address handlingpatacongo2007-10-261-3/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@355 42af7a65-404d-4744-a932-0658087f49c3
* Partial implementation of accept() and listen()patacongo2007-09-235-76/+280
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@354 42af7a65-404d-4744-a932-0658087f49c3
* Fixed for CYGWIN buildpatacongo2007-09-181-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@346 42af7a65-404d-4744-a932-0658087f49c3
* Associate address with network driver; implement ioctl calls to set addressespatacongo2007-09-165-225/+194
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@345 42af7a65-404d-4744-a932-0658087f49c3
* Add basic structure to support netdevice ioctlspatacongo2007-09-163-149/+191
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@344 42af7a65-404d-4744-a932-0658087f49c3
* Add basic structure to support multiple network interfacespatacongo2007-09-1510-482/+485
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@343 42af7a65-404d-4744-a932-0658087f49c3
* Remove unused flag bitpatacongo2007-09-091-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@341 42af7a65-404d-4744-a932-0658087f49c3
* Implment TCP recv()patacongo2007-09-094-175/+58
| | | | 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-093-410/+86
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@339 42af7a65-404d-4744-a932-0658087f49c3
* Cleanup and fix problems introduce in last commitpatacongo2007-09-083-57/+57
| | | | 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-52/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@336 42af7a65-404d-4744-a932-0658087f49c3
* Add socket optionspatacongo2007-09-051-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@331 42af7a65-404d-4744-a932-0658087f49c3
* sendto needs to return EINTR error; dccpc uses sendtopatacongo2007-09-051-7/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@330 42af7a65-404d-4744-a932-0658087f49c3
* cleanuppatacongo2007-09-031-32/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@329 42af7a65-404d-4744-a932-0658087f49c3
* Add send, sendto, rec, recvfrompatacongo2007-09-034-185/+348
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@328 42af7a65-404d-4744-a932-0658087f49c3
* Refactoring to provide socket support for UDPpatacongo2007-09-025-188/+249
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@327 42af7a65-404d-4744-a932-0658087f49c3
* Implements basic TCP connection logicpatacongo2007-09-025-338/+890
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@326 42af7a65-404d-4744-a932-0658087f49c3
* Add ntohs&l() and htons&lpatacongo2007-09-021-5/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@324 42af7a65-404d-4744-a932-0658087f49c3
* Adding socket(), bind() logicpatacongo2007-09-011-22/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@319 42af7a65-404d-4744-a932-0658087f49c3
* Added support for socket descriptorspatacongo2007-09-015-258/+344
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@318 42af7a65-404d-4744-a932-0658087f49c3
* Bad file checkinpatacongo2007-08-271-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@313 42af7a65-404d-4744-a932-0658087f49c3
* Import of uIP 1.0patacongo2007-08-2612-0/+4220
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@308 42af7a65-404d-4744-a932-0658087f49c3