aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man7/ipv6.76
1 files changed, 3 insertions, 3 deletions
diff --git a/man7/ipv6.7 b/man7/ipv6.7
index 5209cb92c9..2e5900e60e 100644
--- a/man7/ipv6.7
+++ b/man7/ipv6.7
@@ -4,7 +4,7 @@
.\" and in case of nontrivial modification author and date
.\" of the modification is added to the header.
.\" $Id: ipv6.7,v 1.3 2000/12/20 18:10:31 ak Exp $
-.TH IPV6 7 2008-08-08 "Linux" "Linux Programmer's Manual"
+.TH IPV6 7 2009-02-28 "Linux" "Linux Programmer's Manual"
.SH NAME
ipv6, AF_INET6 \- Linux IPv6 protocol implementation
.SH SYNOPSIS
@@ -64,8 +64,8 @@ to v6 and it will be mapped to v6.
.in +4n
.nf
struct sockaddr_in6 {
- uint16_t sin6_family; /* AF_INET6 */
- uint16_t sin6_port; /* port number */
+ sa_family_t sin6_family; /* AF_INET6 */
+ in_port_t sin6_port; /* port number */
uint32_t sin6_flowinfo; /* IPv6 flow information */
struct in6_addr sin6_addr; /* IPv6 address */
uint32_t sin6_scope_id; /* Scope ID (new in 2.4) */