ipv6: Move comment to right place.
authorYOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@linux-ipv6.org>
Sun, 13 Jan 2013 16:02:06 +0000 (16:02 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 Jan 2013 02:04:37 +0000 (21:04 -0500)
IN6ADDR_* and in6addr_* are not exported to userspace, and are defined
in include/linux/in6.h.

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/in6.h
include/uapi/linux/in6.h

index 9e2ae26fb5981703159c27cc60e7c73cf6d311f6..a16e19349ec0f132849288df8c2a01ed5ac59d4e 100644 (file)
 
 #include <uapi/linux/in6.h>
 
+/* IPv6 Wildcard Address (::) and Loopback Address (::1) defined in RFC2553
+ * NOTE: Be aware the IN6ADDR_* constants and in6addr_* externals are defined
+ * in network byte order, not in host byte order as are the IPv4 equivalents
+ */
 extern const struct in6_addr in6addr_any;
 #define IN6ADDR_ANY_INIT { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 } } }
 extern const struct in6_addr in6addr_loopback;
index f79c3721da6e772991779c4ee55eddce00f3bab0..5673b97dcf5475f4a6a660828ec1a9f2dd6c712c 100644 (file)
@@ -38,11 +38,6 @@ struct in6_addr {
 #define s6_addr32              in6_u.u6_addr32
 };
 
-/* IPv6 Wildcard Address (::) and Loopback Address (::1) defined in RFC2553
- * NOTE: Be aware the IN6ADDR_* constants and in6addr_* externals are defined
- * in network byte order, not in host byte order as are the IPv4 equivalents
- */
-
 struct sockaddr_in6 {
        unsigned short int      sin6_family;    /* AF_INET6 */
        __be16                  sin6_port;      /* Transport layer port # */