NET: Rename uip_nextXYZconn to XYZ_netconn

This commit is contained in:
Gregory Nutt
2014-06-30 18:03:58 -06:00
parent 41c8479635
commit 7dd04db1d2
7 changed files with 13 additions and 13 deletions

View File

@@ -81,7 +81,7 @@ 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);
struct tcp_conn_s *tcp_nextconn(FAR struct tcp_conn_s *conn);
struct tcp_conn_s *tcp_listener(uint16_t portno);
struct tcp_conn_s *tcp_alloc_accept(FAR struct tcp_iphdr_s *buf);