diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-11-24 10:25:13 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-11-24 10:25:13 +0000 |
commit | b6072036ab30912c7fd5cf36e168650934d66948 (patch) | |
tree | db6df1e7f563a5b35b2c852a693f767bba170d7b /share | |
parent | 68407ac7d8256467a8624d08dd457bbf0c390d0f (diff) |
sync with recent kame document.
- on AF_INET6, :: does not mean local node.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/faith.4 | 21 | ||||
-rw-r--r-- | share/man/man4/icmp6.4 | 5 | ||||
-rw-r--r-- | share/man/man4/inet6.4 | 23 | ||||
-rw-r--r-- | share/man/man4/ip6.4 | 9 |
4 files changed, 21 insertions, 37 deletions
diff --git a/share/man/man4/faith.4 b/share/man/man4/faith.4 index a34abe5523e..a4cdc1ad503 100644 --- a/share/man/man4/faith.4 +++ b/share/man/man4/faith.4 @@ -1,5 +1,5 @@ -.\" $OpenBSD: faith.4,v 1.6 2000/11/20 08:00:01 deraadt Exp $ -.\" $KAME: faith.4,v 1.4 2000/04/19 09:39:42 itojun Exp $ +.\" $OpenBSD: faith.4,v 1.7 2000/11/24 10:25:12 itojun Exp $ +.\" $KAME: faith.4,v 1.7 2000/11/24 10:15:06 itojun Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. .\" All rights reserved. @@ -28,8 +28,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" KAME Id: faith.4,v 1.2 2000/01/19 06:16:52 itojun Exp -.\" .Dd April 10, 1999 .Dt FAITH 4 .Os @@ -111,13 +109,14 @@ interface is intended to be used on routers, not on hosts. .Xr inet 4 , .Xr inet6 4 , .Xr faithd 8 -.\" .Rs -.\" .%A Jun-ichiro itojun Hagino -.\" .%A Kazu Yamamoto -.\" .%T ``FAITH'' IPv6-to-IPv4 TCP relay translator -.\" .%D July 1999 -.\" .Re -.\" +.Rs +.%A Jun-ichiro itojun Hagino +.%A Kazu Yamamoto +.%T "An IPv6-to-IPv4 transport relay translator" +.%R internet draft +.%N draft-ietf-ngtrans-tcpudp-relay-01.txt +.%O work in progress material +.Re .Sh HISTORY The FAITH IPv6-to-IPv4 TCP relay translator was first appeared in WIDE hydrangea IPv6 stack. diff --git a/share/man/man4/icmp6.4 b/share/man/man4/icmp6.4 index a94319003b5..f0f82058364 100644 --- a/share/man/man4/icmp6.4 +++ b/share/man/man4/icmp6.4 @@ -1,4 +1,5 @@ -.\" $OpenBSD: icmp6.4,v 1.2 2000/04/03 21:19:36 aaron Exp $ +.\" $OpenBSD: icmp6.4,v 1.3 2000/11/24 10:25:12 itojun Exp $ +.\" $KAME: icmp6.4,v 1.3 2000/11/24 08:44:40 itojun Exp $ .\" .\" Copyright (C) 1999 WIDE Project. .\" All rights reserved. @@ -58,8 +59,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" KAME Id: icmp6.4,v 1.1 1999/12/17 09:47:01 itojun Exp -.\" .Dd December 17, 1999 .Dt ICMP6 4 .Os diff --git a/share/man/man4/inet6.4 b/share/man/man4/inet6.4 index d76b98bbe2b..364aba2d002 100644 --- a/share/man/man4/inet6.4 +++ b/share/man/man4/inet6.4 @@ -1,5 +1,5 @@ -.\" $OpenBSD: inet6.4,v 1.17 2000/09/17 00:53:35 aaron Exp $ -.\" $KAME: inet6.4,v 1.15 2000/06/15 14:21:50 itojun Exp $ +.\" $OpenBSD: inet6.4,v 1.18 2000/11/24 10:25:12 itojun Exp $ +.\" $KAME: inet6.4,v 1.19 2000/11/24 10:13:18 itojun Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. .\" All rights reserved. @@ -74,7 +74,7 @@ as a discriminated union. .Pp Sockets bound to the .Nm -family utilize the following addressing structure, +family utilize the following addressing structure: .Bd -literal -offset indent struct sockaddr_in6 { u_int8_t sin6_len; @@ -95,19 +95,6 @@ which is equal to IPv6 address to effect .Dq wildcard matching on incoming messages. -The address in a -.Xr connect 2 -or -.Xr sendto 2 -call may be given as -.Dq Dv :: -to mean -.Dq this host . -.Dq Dv :: -can be obtained by setting -.Dv sin6_addr -field into 0, or by using the address contained in variable -.Dv in6addr_any . .Pp IPv6 specification defines scoped address, like link-local or site-local address. @@ -375,8 +362,8 @@ If you need to accept both IPv4 and IPv6 traffic, listen to two sockets. .%A Atsushi Onoe .%T "An Extension of Format for IPv6 Scoped Addresses" .%R internet draft -.%D March 2000 -.%N draft-ietf-ipngwg-scopedaddr-format-01.txt +.%D June 2000 +.%N draft-ietf-ipngwg-scopedaddr-format-02.txt .%O work in progress material .Re .Sh HISTORY diff --git a/share/man/man4/ip6.4 b/share/man/man4/ip6.4 index bc0d96f452f..e4d0f813b02 100644 --- a/share/man/man4/ip6.4 +++ b/share/man/man4/ip6.4 @@ -1,4 +1,5 @@ -.\" $OpenBSD: ip6.4,v 1.4 2000/04/03 21:19:36 aaron Exp $ +.\" $OpenBSD: ip6.4,v 1.5 2000/11/24 10:25:12 itojun Exp $ +.\" $KAME: ip6.4,v 1.12 2000/06/08 21:19:39 itojun Exp $ .\" .\" Copyright (C) 1999 WIDE Project. .\" All rights reserved. @@ -58,8 +59,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" KAME Id: ip6.4,v 1.6 1999/12/22 06:49:12 itojun Exp -.\" .Dd December 17, 1999 .Dt IP6 4 .Os @@ -94,7 +93,7 @@ There are several .Tn IPv6-level .Xr setsockopt 2 / Ns Xr getsockopt 2 options. -They are be separated into the basic IPv6 sockets API +They are separated into the basic IPv6 sockets API .Pq defined in RFC2553 , and the advanced API .Pq defined in RFC2292 . @@ -206,7 +205,7 @@ is the following structure: .Bd -literal -offset indent struct ipv6_mreq { struct in6_addr ipv6mr_multiaddr; - u_int ipv6mr_interface; + unsigned int ipv6mr_interface; }; .Ed .Pp |