summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/getaddrinfo.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/net/getaddrinfo.3')
-rw-r--r--src/lib/libc/net/getaddrinfo.327
1 files changed, 26 insertions, 1 deletions
diff --git a/src/lib/libc/net/getaddrinfo.3 b/src/lib/libc/net/getaddrinfo.3
index 8c86748990..7c4bae07a1 100644
--- a/src/lib/libc/net/getaddrinfo.3
+++ b/src/lib/libc/net/getaddrinfo.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: getaddrinfo.3,v 1.26 2004/03/01 20:25:44 deraadt Exp $ 1.\" $OpenBSD: getaddrinfo.3,v 1.27 2004/04/14 07:06:15 itojun Exp $
2.\" $KAME: getaddrinfo.3,v 1.29 2001/02/12 09:24:45 itojun Exp $ 2.\" $KAME: getaddrinfo.3,v 1.29 2001/02/12 09:24:45 itojun Exp $
3.\" 3.\"
4.\" Copyright (c) 1983, 1987, 1991, 1993 4.\" Copyright (c) 1983, 1987, 1991, 1993
@@ -247,6 +247,21 @@ is returned.
247This flag prevents any type of name resolution service (e.g., the DNS) 247This flag prevents any type of name resolution service (e.g., the DNS)
248from being called. 248from being called.
249.Pp 249.Pp
250If the
251.Dv AI_NUMERICSERV
252bit is set in the
253.Fa ai_flags
254member of the
255.Fa hints
256structure, then a non-null
257.Fa servname
258string must be a numeric port string.
259Otherwise an error of
260.Dv EAI_NONAME
261is returned.
262This flag prevents any type of name resolution service (e.g., the NIS)
263from being called.
264.Pp
250The arguments to 265The arguments to
251.Fn getaddrinfo 266.Fn getaddrinfo
252must sufficiently be consistent and unambiguous. 267must sufficiently be consistent and unambiguous.
@@ -546,6 +561,16 @@ indicate an unknown error.
546.%D March 1999 561.%D March 1999
547.Re 562.Re
548.Rs 563.Rs
564.%A R. Gilligan
565.%A S. Thomson
566.%A J. Bound
567.%A J. McCann
568.%A W. Stevens
569.%T Basic Socket Interface Extensions for IPv6
570.%R RFC 3493
571.%D February 2003
572.Re
573.Rs
549.%A Tatsuya Jinmei 574.%A Tatsuya Jinmei
550.%A Atsushi Onoe 575.%A Atsushi Onoe
551.%T "An Extension of Format for IPv6 Scoped Addresses" 576.%T "An Extension of Format for IPv6 Scoped Addresses"