summaryrefslogtreecommitdiff
path: root/nuttx/include/net/uip/uip.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/include/net/uip/uip.h')
-rw-r--r--nuttx/include/net/uip/uip.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/include/net/uip/uip.h b/nuttx/include/net/uip/uip.h
index 0b6465323..283891edb 100644
--- a/nuttx/include/net/uip/uip.h
+++ b/nuttx/include/net/uip/uip.h
@@ -215,7 +215,7 @@ struct uip_udp_conn
#endif /* CONFIG_NET_UDP */
/* The structure holding the TCP/IP statistics that are gathered if
- * UIP_STATISTICS is set to 1.
+ * CONFIG_NET_STATISTICS is defined.
*/
struct uip_stats
@@ -499,7 +499,7 @@ extern uint8 uip_flags;
* TCP/IP stack.
*/
-void uip_init(void);
+void uip_initialize(void);
/* This function may be used at boot time to set the initial ip_id.*/