diff options
author | YOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@linux-ipv6.org> | 2013-01-13 20:02:06 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-01-14 06:04:37 +0400 |
commit | 25d46f43a911b08c5aa8c8fd4fe7fa9b36445068 (patch) | |
tree | 7723898f3aa5c85fc5fd0a1601ecf486ea504469 /include/uapi/linux/in6.h | |
parent | a4412a681a995d733e51cc1f6394b5db428613c3 (diff) | |
download | linux-25d46f43a911b08c5aa8c8fd4fe7fa9b36445068.tar.xz |
ipv6: Move comment to right place.
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>
Diffstat (limited to 'include/uapi/linux/in6.h')
-rw-r--r-- | include/uapi/linux/in6.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/uapi/linux/in6.h b/include/uapi/linux/in6.h index f79c3721da6e..5673b97dcf54 100644 --- a/include/uapi/linux/in6.h +++ b/include/uapi/linux/in6.h @@ -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 # */ |