1 .\" $NetBSD: lwres_gai_strerror.3,v 1.5 2014/12/10 04:38:02 christos Exp $
3 .\" Copyright (C) 2004, 2005, 2007, 2014 Internet Systems Consortium, Inc. ("ISC")
4 .\" Copyright (C) 2000, 2001 Internet Software Consortium.
6 .\" Permission to use, copy, modify, and/or distribute this software for any
7 .\" purpose with or without fee is hereby granted, provided that the above
8 .\" copyright notice and this permission notice appear in all copies.
10 .\" THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
11 .\" REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
12 .\" AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
13 .\" INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
14 .\" LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
15 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
16 .\" PERFORMANCE OF THIS SOFTWARE.
22 .\" Title: lwres_gai_strerror
24 .\" Generator: DocBook XSL Stylesheets v1.71.1 <http://docbook.sf.net/>
25 .\" Date: June 18, 2007
29 .TH "LWRES_GAI_STRERROR" "3" "June 18, 2007" "BIND9" "BIND9"
30 .\" disable hyphenation
32 .\" disable justification (adjust text to left margin only)
35 lwres_gai_strerror \- print suitable error string
38 #include <lwres/netdb.h>
41 .BI "char * gai_strerror(int\ " "ecode" ");"
44 \fBlwres_gai_strerror()\fR
45 returns an error message corresponding to an error code returned by
46 \fBgetaddrinfo()\fR. The following error codes and their meaning are defined in
47 \fIinclude/lwres/netdb.h\fR.
51 address family for hostname not supported
56 temporary failure in name resolution
67 non\-recoverable failure in name resolution
78 memory allocation failure
83 no address associated with hostname
88 hostname or servname not provided, or not known
93 servname not supported for
105 system error returned in errno
118 \fBstruct addrinfo\fR
120 \fBlwres_getaddrinfo()\fR.
124 \fBlwres_getaddrinfo\fR(3),
125 \fBgetaddrinfo\fR(3),
128 Copyright \(co 2004, 2005, 2007, 2014 Internet Systems Consortium, Inc. ("ISC")
130 Copyright \(co 2000, 2001 Internet Software Consortium.