mirror of
https://github.com/apache/nuttx.git
synced 2025-12-20 04:09:12 +08:00
NET: Move statistcs from uip.h to new netstats.h to remove nasty circular inclusion problem.
This commit is contained in:
@@ -72,6 +72,8 @@ extern "C"
|
||||
|
||||
/* Defined in tcp_conn.c ****************************************************/
|
||||
|
||||
struct tcp_iphdr_s; /* Forward reference */
|
||||
|
||||
void tcp_initialize(void);
|
||||
struct tcp_conn_s *tcp_active(FAR struct tcp_iphdr_s *buf);
|
||||
struct tcp_conn_s *uip_nexttcpconn(FAR struct tcp_conn_s *conn);
|
||||
|
||||
Reference in New Issue
Block a user