summaryrefslogtreecommitdiff
path: root/nuttx/include/net/uip/uip.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for multicast MAC addressespatacongo2010-07-111-1/+19
* More IGMP logicpatacongo2010-07-101-3/+16
* More IGMP header file stuffpatacongo2010-07-061-0/+1
* typopatacongo2009-12-171-1/+1
* Switching to C99 stdint.h typespatacongo2009-12-141-6/+7
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-141-33/+33
* Reserved word 'private' in C header files is a problem for C++patacongo2009-06-161-4/+4
* cosmeticpatacongo2009-03-011-1/+1
* Add support for TCP/IP connection backlogpatacongo2008-11-201-6/+10
* Add uIP access to ICMP protocolpatacongo2008-09-021-1/+6
* Verify UDP supportpatacongo2008-09-011-9/+9
* Add uIP support more multi-threaded socket accesspatacongo2008-09-011-20/+67
* Moved MAC and ethernet definitions to include/net/ethernet.hpatacongo2007-12-111-7/+0
* Fixed missing logic in readahead buffer logicpatacongo2007-11-271-89/+2
* Removed unused uIP filespatacongo2007-11-231-29/+19
* TCP and ICMP protocols may now be disabledpatacongo2007-11-221-448/+53
* Add TX data notificationpatacongo2007-11-221-37/+12
* Fix confusion in listening socket vs accepted socketspatacongo2007-11-211-16/+4
* Prep for 0.3.1 releasenuttx-3.1patacongo2007-11-201-1/+1
* Add TCP readahead logicpatacongo2007-11-191-7/+35
* Basic server functionality: listen(), accept()patacongo2007-11-161-74/+75
* Fix probably where packets dropped because there was no recv() in place were ...patacongo2007-11-151-8/+15
* Fix handling of callback resultpatacongo2007-11-081-1/+4
* Eliminate most uIP globalspatacongo2007-11-081-69/+32
* Remove uIP loggingpatacongo2007-11-071-8/+0
* Handle varialble length polling intervals; fix bug of last checkinpatacongo2007-11-071-8/+8
* 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