summaryrefslogtreecommitdiff
path: root/nuttx/net/tcp/tcp_listen.c
Commit message (Expand)AuthorAgeFilesLines
* NET: Rename network interrupt event flags more appropriately: TCP_, UDP_, ICM...Gregory Nutt2014-07-061-1/+1
* NET: Move private definitions from include/nuttx/net/tcp to net/tcp/tcp.hGregory Nutt2014-07-061-3/+2
* NET: in-progress change... don't useGregory Nutt2014-07-041-0/+1
* Rename net/uip to net/devif. Rename uip/uip.h to devif/devif.hGregory Nutt2014-06-281-1/+1
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-271-1/+1
* Move files to net/utils; make appropriate name changes, most for uip_lock to ...Gregory Nutt2014-06-261-6/+6
* NET: Move statistcs from uip.h to new netstats.h to remove nasty circular inc...Gregory Nutt2014-06-261-0/+1
* Clean up all TCP-related namingGregory Nutt2014-06-241-27/+28
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Ren...Gregory Nutt2014-06-241-1/+1
* Move include/nuttx/net/uipopt.h to include/nuttx/net/netconfig.hGregory Nutt2014-06-241-1/+1
* Move uip/uip_listen.c to tcp/tcp_listen.cGregory Nutt2014-06-181-0/+289