summaryrefslogtreecommitdiff
path: root/nuttx/include/net
Commit message (Collapse)AuthorAgeFilesLines
...
* wget bugfixes (still lots of problems)patacongo2009-03-261-8/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1645 42af7a65-404d-4744-a932-0658087f49c3
* Add host based test for wget()patacongo2009-03-261-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1644 42af7a65-404d-4744-a932-0658087f49c3
* 1st cut as BSD-izing uIP web client logicpatacongo2009-03-261-0/+147
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1642 42af7a65-404d-4744-a932-0658087f49c3
* Fix DHCPD uni-cast problem: Need to update ARP table firstpatacongo2009-03-212-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1634 42af7a65-404d-4744-a932-0658087f49c3
* Expose more ARP APIspatacongo2009-03-211-44/+179
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1633 42af7a65-404d-4744-a932-0658087f49c3
* Fix calculation of checksum on outgoing ping responsespatacongo2009-03-162-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1617 42af7a65-404d-4744-a932-0658087f49c3
* cosmeticpatacongo2009-03-012-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1561 42af7a65-404d-4744-a932-0658087f49c3
* fix typo in commentspatacongo2008-12-121-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1443 42af7a65-404d-4744-a932-0658087f49c3
* Change from doubly- to singly-linked listspatacongo2008-11-211-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1297 42af7a65-404d-4744-a932-0658087f49c3
* Add support for TCP/IP connection backlogpatacongo2008-11-202-24/+87
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1294 42af7a65-404d-4744-a932-0658087f49c3
* Implement poll/select for socketspatacongo2008-11-181-4/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1277 42af7a65-404d-4744-a932-0658087f49c3
* Standardizing ioctlspatacongo2008-09-123-29/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@912 42af7a65-404d-4744-a932-0658087f49c3
* Added basic TFTP client supportpatacongo2008-09-052-4/+81
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@879 42af7a65-404d-4744-a932-0658087f49c3
* ping() integratedpatacongo2008-09-031-1/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@872 42af7a65-404d-4744-a932-0658087f49c3
* Add NSH ping commandpatacongo2008-09-023-1/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@870 42af7a65-404d-4744-a932-0658087f49c3
* Add uIP access to ICMP protocolpatacongo2008-09-024-8/+93
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@869 42af7a65-404d-4744-a932-0658087f49c3
* Verify UDP supportpatacongo2008-09-011-9/+9
| | | | 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-014-47/+123
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@858 42af7a65-404d-4744-a932-0658087f49c3
* typospatacongo2008-08-021-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@799 42af7a65-404d-4744-a932-0658087f49c3
* ifconfig shows uIP statspatacongo2007-12-121-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@450 42af7a65-404d-4744-a932-0658087f49c3
* DHCPC logic changes - should now handle case with multiple DHCP serverspatacongo2007-12-111-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@446 42af7a65-404d-4744-a932-0658087f49c3
* Moved MAC and ethernet definitions to include/net/ethernet.hpatacongo2007-12-114-9/+75
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@443 42af7a65-404d-4744-a932-0658087f49c3
* Add examples/dhcpdpatacongo2007-11-305-37/+178
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@413 42af7a65-404d-4744-a932-0658087f49c3
* Fixed missing logic in readahead buffer logicpatacongo2007-11-272-89/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@409 42af7a65-404d-4744-a932-0658087f49c3
* Integrated uIP's TELNETDpatacongo2007-11-251-0/+70
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@408 42af7a65-404d-4744-a932-0658087f49c3
* Removed unused uIP filespatacongo2007-11-231-29/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@403 42af7a65-404d-4744-a932-0658087f49c3
* TCP and ICMP protocols may now be disabledpatacongo2007-11-224-448/+752
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@398 42af7a65-404d-4744-a932-0658087f49c3
* Add TX data notificationpatacongo2007-11-223-54/+36
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@397 42af7a65-404d-4744-a932-0658087f49c3
* Fix confusion in listening socket vs accepted socketspatacongo2007-11-211-16/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@395 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 0.3.1 releasenuttx-3.1patacongo2007-11-201-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@389 42af7a65-404d-4744-a932-0658087f49c3
* Add TCP readahead logicpatacongo2007-11-194-107/+71
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@387 42af7a65-404d-4744-a932-0658087f49c3
* uIP webserver now uses listen/acceptpatacongo2007-11-192-4/+49
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@386 42af7a65-404d-4744-a932-0658087f49c3
* Basic server functionality: listen(), accept()patacongo2007-11-161-74/+75
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@382 42af7a65-404d-4744-a932-0658087f49c3
* Fix probably where packets dropped because there was no recv() in place were ↵patacongo2007-11-151-8/+15
| | | | | | being ACKed git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@381 42af7a65-404d-4744-a932-0658087f49c3
* Fix handling of callback resultpatacongo2007-11-081-1/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@379 42af7a65-404d-4744-a932-0658087f49c3
* Eliminate most uIP globalspatacongo2007-11-081-69/+32
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@378 42af7a65-404d-4744-a932-0658087f49c3
* Remove uIP loggingpatacongo2007-11-071-8/+0
| | | | 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-074-50/+29
| | | | 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-072-134/+114
| | | | 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-063-16/+2
| | | | 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-061-12/+22
| | | | 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-061-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@372 42af7a65-404d-4744-a932-0658087f49c3
* Basic TCP send functionalpatacongo2007-11-052-85/+63
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@371 42af7a65-404d-4744-a932-0658087f49c3
* Integrating with DM320patacongo2007-11-042-42/+50
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@368 42af7a65-404d-4744-a932-0658087f49c3
* Add DM90x0 driverpatacongo2007-11-021-0/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@362 42af7a65-404d-4744-a932-0658087f49c3
* in progress updatepatacongo2007-10-313-80/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@360 42af7a65-404d-4744-a932-0658087f49c3
* dhcpc debugpatacongo2007-10-311-24/+43
| | | | 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-2/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@356 42af7a65-404d-4744-a932-0658087f49c3
* Correct some issues with IP/MAC address handlingpatacongo2007-10-263-28/+93
| | | | 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-232-14/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@354 42af7a65-404d-4744-a932-0658087f49c3