summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-04 16:47:54 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-04 16:47:54 -0600
commitbacbd652c7f3c2b20fa91f339976847074307d5e (patch)
treeaa106b57aaebe6543b53b180cee261aadf778f89
parentf1d45e9d2dc60ec1a4ef0daf0b0fd79c1fd7b09b (diff)
downloadnuttx-bacbd652c7f3c2b20fa91f339976847074307d5e.tar.gz
nuttx-bacbd652c7f3c2b20fa91f339976847074307d5e.tar.bz2
nuttx-bacbd652c7f3c2b20fa91f339976847074307d5e.zip
NET: Rename include/nuttx/net/uip.h to ip.h
-rw-r--r--nuttx/include/nuttx/net/ip.h (renamed from nuttx/include/nuttx/net/uip.h)14
1 files changed, 7 insertions, 7 deletions
diff --git a/nuttx/include/nuttx/net/uip.h b/nuttx/include/nuttx/net/ip.h
index b3052f365..4b7339dc5 100644
--- a/nuttx/include/nuttx/net/uip.h
+++ b/nuttx/include/nuttx/net/ip.h
@@ -1,9 +1,9 @@
/****************************************************************************
- * include/nuttx/net/uip.h
+ * include/nuttx/net/ip.h
*
- * The uIP header file contains definitions for a number of C macros that
- * are used by uIP programs as well as internal uIP structures and function
- * declarations.
+ * The uIP header file contains IP-related definitions for a number of C
+ * macros that are used by applications as well as internally by the
+ * OS networking logic.
*
* Copyright (C) 2007-2012, 2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -41,8 +41,8 @@
*
****************************************************************************/
-#ifndef __INCLUDE_NUTTX_NET_UIP_H
-#define __INCLUDE_NUTTX_NET_UIP_H
+#ifndef __INCLUDE_NUTTX_NET_IP_H
+#define __INCLUDE_NUTTX_NET_IP_H
/****************************************************************************
* Included Files
@@ -323,4 +323,4 @@ bool net_ipaddr_maskcmp(net_ipaddr_t addr1, net_ipaddr_t addr2,
(in_addr_t)(dest) = (in_addr_t)(src) & (in_addr_t)(mask); \
} while (0)
-#endif /* __INCLUDE_NUTTX_NET_UIP_H */
+#endif /* __INCLUDE_NUTTX_NET_IP_H */