diff options
Diffstat (limited to 'src/lib/libc/net/getaddrinfo.3')
-rw-r--r-- | src/lib/libc/net/getaddrinfo.3 | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/src/lib/libc/net/getaddrinfo.3 b/src/lib/libc/net/getaddrinfo.3 index 4fba44bb73..64f317c010 100644 --- a/src/lib/libc/net/getaddrinfo.3 +++ b/src/lib/libc/net/getaddrinfo.3 | |||
@@ -1,4 +1,5 @@ | |||
1 | .\" $OpenBSD: getaddrinfo.3,v 1.35 2004/12/21 03:40:31 jaredy Exp $ | 1 | .\" $OpenBSD: getaddrinfo.3,v 1.36 2005/01/06 03:50:46 itojun Exp $ |
2 | .\" $KAME: getaddrinfo.3,v 1.36 2005/01/05 03:23:05 itojun Exp $ | ||
2 | .\" | 3 | .\" |
3 | .\" Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") | 4 | .\" Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") |
4 | .\" Copyright (C) 2000, 2001 Internet Software Consortium. | 5 | .\" Copyright (C) 2000, 2001 Internet Software Consortium. |
@@ -222,7 +223,8 @@ member points to a filled-in socket address structure of length | |||
222 | .Pp | 223 | .Pp |
223 | This implementation of | 224 | This implementation of |
224 | .Fn getaddrinfo | 225 | .Fn getaddrinfo |
225 | allows experimental numeric IPv6 address notation with scope identifiers. | 226 | allows numeric IPv6 address notation with scope identifier, |
227 | as documented in chapter 11 of draft-ietf-ipv6-scoping-arch-02.txt. | ||
226 | By appending the percent character and scope identifier to addresses, | 228 | By appending the percent character and scope identifier to addresses, |
227 | one can fill the | 229 | one can fill the |
228 | .Li sin6_scope_id | 230 | .Li sin6_scope_id |
@@ -248,7 +250,6 @@ on the link associated with the | |||
248 | interface | 250 | interface |
249 | .Dc . | 251 | .Dc . |
250 | .Pp | 252 | .Pp |
251 | The IPv6 implementation is still very experimental and non-standard. | ||
252 | The current implementation assumes a one-to-one relationship between | 253 | The current implementation assumes a one-to-one relationship between |
253 | the interface and link, which is not necessarily true from the specification. | 254 | the interface and link, which is not necessarily true from the specification. |
254 | .Pp | 255 | .Pp |
@@ -403,11 +404,14 @@ freeaddrinfo(res0); | |||
403 | .%D February 2003 | 404 | .%D February 2003 |
404 | .Re | 405 | .Re |
405 | .Rs | 406 | .Rs |
406 | .%A Tatsuya Jinmei | 407 | .%A S. Deering |
407 | .%A Atsushi Onoe | 408 | .%A B. Haberman |
408 | .%T "An Extension of Format for IPv6 Scoped Addresses" | 409 | .%A T. Jinmei |
410 | .%A E. Nordmark | ||
411 | .%A B. Zill | ||
412 | .%T "IPv6 Scoped Address Architecture" | ||
409 | .%R internet draft | 413 | .%R internet draft |
410 | .%N draft-ietf-ipngwg-scopedaddr-format-02.txt | 414 | .%N draft-ietf-ipv6-scoping-arch-02.txt |
411 | .%O work in progress material | 415 | .%O work in progress material |
412 | .Re | 416 | .Re |
413 | .Rs | 417 | .Rs |