summaryrefslogtreecommitdiff
path: root/nuttx/net/uip/uip.c
Commit message (Expand)AuthorAgeFilesLines
* dhcpc debugpatacongo2007-10-311-20/+20
* Correct some issues with IP/MAC address handlingpatacongo2007-10-261-3/+10
* Partial implementation of accept() and listen()patacongo2007-09-231-38/+26
* Fixed for CYGWIN buildpatacongo2007-09-181-0/+4
* Associate address with network driver; implement ioctl calls to set addressespatacongo2007-09-161-63/+39
* Add basic structure to support netdevice ioctlspatacongo2007-09-161-3/+5
* Add basic structure to support multiple network interfacespatacongo2007-09-151-174/+169
* Remove unused flag bitpatacongo2007-09-091-1/+1
* Implment TCP recv()patacongo2007-09-091-4/+0
* sendto needs to return EINTR error; dccpc uses sendtopatacongo2007-09-051-7/+19
* cleanuppatacongo2007-09-031-32/+33
* Add send, sendto, rec, recvfrompatacongo2007-09-031-27/+19
* Refactoring to provide socket support for UDPpatacongo2007-09-021-122/+10
* Implements basic TCP connection logicpatacongo2007-09-021-337/+228
* Add ntohs&l() and htons&lpatacongo2007-09-021-5/+0
* Adding socket(), bind() logicpatacongo2007-09-011-22/+22
* Added support for socket descriptorspatacongo2007-09-011-174/+258
* Import of uIP 1.0patacongo2007-08-261-0/+2091