summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-03-13 01:08:36 +0000
committerdd <dd@FreeBSD.org>2001-03-13 01:08:36 +0000
commit585c8d185e968e4fe013b63908d569484665df4e (patch)
tree96dba1fe8c458a3abbc74f5782ebc9a9d1c43482 /lib
parent2cf26edecc60bd4171ebdb3ecea748f06259f316 (diff)
downloadFreeBSD-src-585c8d185e968e4fe013b63908d569484665df4e.zip
FreeBSD-src-585c8d185e968e4fe013b63908d569484665df4e.tar.gz
Document the rest of the possible return codes.
PR: 25188 Approved by: nik
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/net/getaddrinfo.312
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/libc/net/getaddrinfo.3 b/lib/libc/net/getaddrinfo.3
index 3992ca3..2c1c765 100644
--- a/lib/libc/net/getaddrinfo.3
+++ b/lib/libc/net/getaddrinfo.3
@@ -555,6 +555,18 @@ not supported.
.It Dv EAI_SYSTEM
System error returned in
.Va errno .
+.It Dv EAI_BADHINTS
+Invalid value for
+.Fa hints .
+.It Dv EAI_PROTOCOL
+Resolved protocol is unknown.
+.It Dv EAI_RESNULL
+Argument
+.Fa res
+is
+.Dv NULL .
+.It Dv EAI_MAX
+Unknown error.
.El
.Pp
If called with an appropriate argument,
OpenPOWER on IntegriCloud