summaryrefslogtreecommitdiff
path: root/apps/examples/discover/discover_main.c
Commit message (Expand)AuthorAgeFilesLines
* These examples all set the IP address of eth1 is DHCP is enabled. That can't...Gregory Nutt2014-11-171-1/+1
* Use more standard *argv[] instead easier **argvGregory Nutt2014-09-061-1/+1
* With kernel build, entry point to all tasks is main, not some xyz_mainGregory Nutt2014-09-061-0/+4
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-041-0/+1
* Remove all inclusion of uip.hGregory Nutt2014-07-041-1/+0
* NET: Rename functions in apps/netutils/netlib to begin with netlib_ vs uip_Gregory Nutt2014-07-021-8/+8
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-021-1/+1
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Ren...Gregory Nutt2014-06-241-1/+1
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/arp.h; rename all ...Gregory Nutt2014-05-301-1/+1
* The rest of the resolv->DNS client naming change: Renamed directories and he...Gregory Nutt2014-04-111-1/+1
* Long needed clean up of DNS resolver for coding style and naming conventionsGregory Nutt2014-04-111-2/+2
* Add runtime configuration for UDP discovery utility. From Max HoltzbergGregory Nutt2013-05-211-1/+1
* Change all occurrences of CONFIG_EXAMPLE_ to CONFIG_EXAMPLES_ for consistency...patacongo2012-10-041-11/+11
* Rename all apps/examples/-/main.c to something uniquepatacongo2012-09-131-0/+188