summaryrefslogtreecommitdiff
path: root/nuttx/net/tcp
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/tcp')
-rw-r--r--nuttx/net/tcp/tcp_appsend.c4
-rw-r--r--nuttx/net/tcp/tcp_backlog.c6
-rw-r--r--nuttx/net/tcp/tcp_callback.c4
-rw-r--r--nuttx/net/tcp/tcp_conn.c4
-rw-r--r--nuttx/net/tcp/tcp_input.c4
-rw-r--r--nuttx/net/tcp/tcp_listen.c2
-rw-r--r--nuttx/net/tcp/tcp_poll.c4
-rw-r--r--nuttx/net/tcp/tcp_readahead.c4
-rw-r--r--nuttx/net/tcp/tcp_send.c4
-rw-r--r--nuttx/net/tcp/tcp_send_buffered.c4
-rw-r--r--nuttx/net/tcp/tcp_send_unbuffered.c4
-rw-r--r--nuttx/net/tcp/tcp_seqno.c4
-rw-r--r--nuttx/net/tcp/tcp_timer.c4
-rw-r--r--nuttx/net/tcp/tcp_wrbuffer.c2
-rw-r--r--nuttx/net/tcp/tcp_wrbuffer_dump.c2
15 files changed, 28 insertions, 28 deletions
diff --git a/nuttx/net/tcp/tcp_appsend.c b/nuttx/net/tcp/tcp_appsend.c
index 9f95906f5..50eaf0352 100644
--- a/nuttx/net/tcp/tcp_appsend.c
+++ b/nuttx/net/tcp/tcp_appsend.c
@@ -49,10 +49,10 @@
#include <debug.h>
#include <nuttx/net/netconfig.h>
-#include <nuttx/net/uip/uip.h>
+#include <nuttx/net/uip.h>
#include <nuttx/net/netdev.h>
-#include "uip/uip_internal.h"
+#include "uip/uip.h"
/****************************************************************************
* Pre-processor Definitions
diff --git a/nuttx/net/tcp/tcp_backlog.c b/nuttx/net/tcp/tcp_backlog.c
index 8fa707223..e76af4e25 100644
--- a/nuttx/net/tcp/tcp_backlog.c
+++ b/nuttx/net/tcp/tcp_backlog.c
@@ -47,10 +47,10 @@
#include <debug.h>
#include <nuttx/kmalloc.h>
-#include <nuttx/net/uip/uip.h>
-#include <nuttx/net/uip/uip-tcp.h>
+#include <nuttx/net/uip.h>
+#include <nuttx/net/tcp.h>
-#include "uip/uip_internal.h"
+#include "uip/uip.h"
/****************************************************************************
* Private Data
diff --git a/nuttx/net/tcp/tcp_callback.c b/nuttx/net/tcp/tcp_callback.c
index 63b2d5199..b05027c5b 100644
--- a/nuttx/net/tcp/tcp_callback.c
+++ b/nuttx/net/tcp/tcp_callback.c
@@ -46,10 +46,10 @@
#include <debug.h>
#include <nuttx/net/netconfig.h>
-#include <nuttx/net/uip/uip.h>
+#include <nuttx/net/uip.h>
#include <nuttx/net/netdev.h>
-#include "uip/uip_internal.h"
+#include "uip/uip.h"
/****************************************************************************
* Private Data
diff --git a/nuttx/net/tcp/tcp_conn.c b/nuttx/net/tcp/tcp_conn.c
index b95cd7e7b..893c95642 100644
--- a/nuttx/net/tcp/tcp_conn.c
+++ b/nuttx/net/tcp/tcp_conn.c
@@ -52,11 +52,11 @@
#include <arch/irq.h>
#include <nuttx/net/netconfig.h>
-#include <nuttx/net/uip/uip.h>
+#include <nuttx/net/uip.h>
#include <nuttx/net/netdev.h>
#include "tcp/tcp.h"
-#include "uip/uip_internal.h"
+#include "uip/uip.h"
/****************************************************************************
* Public Data
diff --git a/nuttx/net/tcp/tcp_input.c b/nuttx/net/tcp/tcp_input.c
index e373e466e..60a7151fc 100644
--- a/nuttx/net/tcp/tcp_input.c
+++ b/nuttx/net/tcp/tcp_input.c
@@ -51,10 +51,10 @@
#include <debug.h>
#include <nuttx/net/netconfig.h>
-#include <nuttx/net/uip/uip.h>
+#include <nuttx/net/uip.h>
#include <nuttx/net/netdev.h>
-#include "uip/uip_internal.h"
+#include "uip/uip.h"
/****************************************************************************
* Pre-processor Definitions
diff --git a/nuttx/net/tcp/tcp_listen.c b/nuttx/net/tcp/tcp_listen.c
index f974d3f6f..daff52996 100644
--- a/nuttx/net/tcp/tcp_listen.c
+++ b/nuttx/net/tcp/tcp_listen.c
@@ -50,7 +50,7 @@
#include <nuttx/net/netconfig.h>
-#include "uip/uip_internal.h"
+#include "uip/uip.h"
/****************************************************************************
* Private Data
diff --git a/nuttx/net/tcp/tcp_poll.c b/nuttx/net/tcp/tcp_poll.c
index b0286fd24..e741344e8 100644
--- a/nuttx/net/tcp/tcp_poll.c
+++ b/nuttx/net/tcp/tcp_poll.c
@@ -49,10 +49,10 @@
#include <debug.h>
#include <nuttx/net/netconfig.h>
-#include <nuttx/net/uip/uip.h>
+#include <nuttx/net/uip.h>
#include <nuttx/net/netdev.h>
-#include "uip/uip_internal.h"
+#include "uip/uip.h"
/****************************************************************************
* Pre-processor Definitions
diff --git a/nuttx/net/tcp/tcp_readahead.c b/nuttx/net/tcp/tcp_readahead.c
index 280b5469c..059abbc5c 100644
--- a/nuttx/net/tcp/tcp_readahead.c
+++ b/nuttx/net/tcp/tcp_readahead.c
@@ -43,9 +43,9 @@
#include <queue.h>
#include <debug.h>
-#include <nuttx/net/uip/uip.h>
+#include <nuttx/net/uip.h>
-#include "uip/uip_internal.h"
+#include "uip/uip.h"
/****************************************************************************
* Private Types
diff --git a/nuttx/net/tcp/tcp_send.c b/nuttx/net/tcp/tcp_send.c
index 0b079934f..5aa2ef599 100644
--- a/nuttx/net/tcp/tcp_send.c
+++ b/nuttx/net/tcp/tcp_send.c
@@ -49,10 +49,10 @@
#include <debug.h>
#include <nuttx/net/netconfig.h>
-#include <nuttx/net/uip/uip.h>
+#include <nuttx/net/uip.h>
#include <nuttx/net/netdev.h>
-#include "uip/uip_internal.h"
+#include "uip/uip.h"
/****************************************************************************
* Pre-processor Definitions
diff --git a/nuttx/net/tcp/tcp_send_buffered.c b/nuttx/net/tcp/tcp_send_buffered.c
index 1f0a568f2..05a0e4bfb 100644
--- a/nuttx/net/tcp/tcp_send_buffered.c
+++ b/nuttx/net/tcp/tcp_send_buffered.c
@@ -67,9 +67,9 @@
#include <nuttx/net/iob.h>
#include <nuttx/net/netdev.h>
-#include "net_internal.h"
+#include "net.h"
#include "tcp/tcp.h"
-#include "uip/uip_internal.h"
+#include "uip/uip.h"
/****************************************************************************
* Pre-processor Definitions
diff --git a/nuttx/net/tcp/tcp_send_unbuffered.c b/nuttx/net/tcp/tcp_send_unbuffered.c
index ad58daf8a..dc0cd0eb9 100644
--- a/nuttx/net/tcp/tcp_send_unbuffered.c
+++ b/nuttx/net/tcp/tcp_send_unbuffered.c
@@ -55,8 +55,8 @@
#include <nuttx/net/arp.h>
#include <nuttx/net/netdev.h>
-#include "net_internal.h"
-#include "uip/uip_internal.h"
+#include "net.h"
+#include "uip/uip.h"
/****************************************************************************
* Pre-processor Definitions
diff --git a/nuttx/net/tcp/tcp_seqno.c b/nuttx/net/tcp/tcp_seqno.c
index 754740717..6e5cb0b5c 100644
--- a/nuttx/net/tcp/tcp_seqno.c
+++ b/nuttx/net/tcp/tcp_seqno.c
@@ -51,10 +51,10 @@
#include <debug.h>
#include <nuttx/net/netconfig.h>
-#include <nuttx/net/uip/uip.h>
+#include <nuttx/net/uip.h>
#include <nuttx/net/netdev.h>
-#include "uip/uip_internal.h"
+#include "uip/uip.h"
/****************************************************************************
* Public Data
diff --git a/nuttx/net/tcp/tcp_timer.c b/nuttx/net/tcp/tcp_timer.c
index 0b159abc4..08614ed73 100644
--- a/nuttx/net/tcp/tcp_timer.c
+++ b/nuttx/net/tcp/tcp_timer.c
@@ -49,10 +49,10 @@
#include <debug.h>
#include <nuttx/net/netconfig.h>
-#include <nuttx/net/uip/uip.h>
+#include <nuttx/net/uip.h>
#include <nuttx/net/netdev.h>
-#include "uip/uip_internal.h"
+#include "uip/uip.h"
/****************************************************************************
* Pre-processor Definitions
diff --git a/nuttx/net/tcp/tcp_wrbuffer.c b/nuttx/net/tcp/tcp_wrbuffer.c
index 0cdd99c97..21da66cb0 100644
--- a/nuttx/net/tcp/tcp_wrbuffer.c
+++ b/nuttx/net/tcp/tcp_wrbuffer.c
@@ -56,7 +56,7 @@
#include "tcp/tcp.h"
#include "nuttx/net/iob.h"
-#include "nuttx/net/uip/uip-tcp.h"
+#include "nuttx/net/tcp.h"
/****************************************************************************
* Private Types
diff --git a/nuttx/net/tcp/tcp_wrbuffer_dump.c b/nuttx/net/tcp/tcp_wrbuffer_dump.c
index 6ff5bb021..497d7c20e 100644
--- a/nuttx/net/tcp/tcp_wrbuffer_dump.c
+++ b/nuttx/net/tcp/tcp_wrbuffer_dump.c
@@ -43,7 +43,7 @@
#include <debug.h>
#include <nuttx/net/iob.h>
-#include <nuttx/net/uip/uip-tcp.h>
+#include <nuttx/net/tcp.h>
#ifdef CONFIG_DEBUG