mirror of
https://github.com/apache/nuttx.git
synced 2025-12-19 10:54:48 +08:00
NET: Move private definitions from include/nuttx/net/tcp to net/tcp/tcp.h
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user