NET: Move private definitions from include/nuttx/net/tcp to net/tcp/tcp.h

This commit is contained in:
Gregory Nutt
2014-07-06 12:34:27 -06:00
parent ed56af079a
commit 2d52d70d4c
24 changed files with 809 additions and 339 deletions

View File

@@ -99,10 +99,10 @@
*
****************************************************************************/
void tcp_input(struct net_driver_s *dev)
void tcp_input(FAR struct net_driver_s *dev)
{
struct tcp_conn_s *conn = NULL;
struct tcp_iphdr_s *pbuf = BUF;
FAR struct tcp_conn_s *conn = NULL;
FAR struct tcp_iphdr_s *pbuf = BUF;
uint16_t tmp16;
uint16_t flags;
uint8_t opt;