Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/net recomend get{addr, name}info for scoped address ...



details:   https://anonhg.NetBSD.org/src/rev/b5cd8153f7bc
branches:  trunk
changeset: 488119:b5cd8153f7bc
user:      itojun <itojun%NetBSD.org@localhost>
date:      Sun Jun 18 20:30:26 2000 +0000

description:
recomend get{addr,name}info for scoped address support.

diffstat:

 lib/libc/net/inet.3 |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 2456fd2446a5 -r b5cd8153f7bc lib/libc/net/inet.3
--- a/lib/libc/net/inet.3       Sun Jun 18 19:36:20 2000 +0000
+++ b/lib/libc/net/inet.3       Sun Jun 18 20:30:26 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: inet.3,v 1.13 1999/07/03 14:16:12 kleink Exp $
+.\"    $NetBSD: inet.3,v 1.14 2000/06/18 20:30:26 itojun Exp $
 .\"
 .\" Copyright (c) 1983, 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -208,6 +208,12 @@
 hexadecimal; otherwise, a leading 0 implies octal;
 otherwise, the number is interpreted as decimal).
 .Sh INTERNET ADDRESSES (IP VERSION 6)
+In order to support scoped IPv6 addresses,
+.Xr getaddrinfo 3
+and
+.Xr getnameinfo 3
+are recommeded than functions presented here.
+.Pp
 The presentation format of an IPv6 address is given in RFC 2373:
 .Pp
 There are three conventional forms for representing IPv6 addresses as



Home | Main Index | Thread Index | Old Index