summaryrefslogtreecommitdiff
path: root/nuttx/net/socket/connect.c
Commit message (Expand)AuthorAgeFilesLines
* NET: Rename network interrupt event flags more appropriately: TCP_, UDP_, ICM...Gregory Nutt2014-07-061-10/+11
* NET: Move private definitions from include/nuttx/net/tcp to net/tcp/tcp.hGregory Nutt2014-07-061-1/+0
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-041-1/+1
* NET: in-progress change... don't useGregory Nutt2014-07-041-1/+2
* NET: Rename uip_callback_s to devif_callback_sGregory Nutt2014-06-291-4/+4
* Rename many functions in net/devif from uip_* to devif_*Gregory Nutt2014-06-281-2/+2
* Rename net/uip to net/devif. Rename uip/uip.h to devif/devif.hGregory Nutt2014-06-281-1/+1
* Move all socket-related files from net/ to net/socket. Move net/net.h to net...Gregory Nutt2014-06-281-0/+603