summaryrefslogtreecommitdiff
path: root/nuttx/include/net/uip/uip.h
Commit message (Expand)AuthorAgeFilesLines
* Finished partitioning uip.c (now system is broken)patacongo2007-11-071-97/+93
* Breaking uip.c into smaller functions/filespatacongo2007-11-061-2/+2
* Basic TCP send functionalpatacongo2007-11-051-12/+12
* Integrating with DM320patacongo2007-11-041-38/+39
* in progress updatepatacongo2007-10-311-72/+4
* dhcpc debugpatacongo2007-10-311-24/+43
* Correct some issues with IP/MAC address handlingpatacongo2007-10-261-3/+10
* Partial implementation of accept() and listen()patacongo2007-09-231-13/+13
* Associate address with network driver; implement ioctl calls to set addressespatacongo2007-09-161-110/+27
* Add basic structure to support multiple network interfacespatacongo2007-09-151-78/+46
* Remove unused flag bitpatacongo2007-09-091-3/+2
* Implment TCP recv()patacongo2007-09-091-10/+5
* Added receive timeout via setsockopt(SO_RCVTIMEO)patacongo2007-09-081-2/+1
* sendto needs to return EINTR error; dccpc uses sendtopatacongo2007-09-051-4/+5
* cleanuppatacongo2007-09-031-8/+1
* Add send, sendto, rec, recvfrompatacongo2007-09-031-47/+53
* Refactoring to provide socket support for UDPpatacongo2007-09-021-1/+0
* Implements basic TCP connection logicpatacongo2007-09-021-113/+112
* Add ntohs&l() and htons&lpatacongo2007-09-021-31/+1
* Adding socket(), bind() logicpatacongo2007-09-011-7/+7
* Added support for socket descriptorspatacongo2007-09-011-38/+36
* Import of uIP 1.0patacongo2007-08-261-0/+1172