Remove building with NOCRYPTO option
[minix.git] / external / bsd / bind / dist / lib / lwres / man / lwres_hstrerror.3
blob70eafcdd3722eb2597a72f08453438a6bbbafb08
1 .\"     $NetBSD: lwres_hstrerror.3,v 1.5 2014/12/10 04:38:02 christos Exp $
2 .\"
3 .\" Copyright (C) 2004, 2005, 2007, 2014 Internet Systems Consortium, Inc. ("ISC")
4 .\" Copyright (C) 2000, 2001 Internet Software Consortium.
5 .\" 
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.
9 .\" 
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.
17 .\"
18 .\" Id
19 .\"
20 .hy 0
21 .ad l
22 .\"     Title: lwres_hstrerror
23 .\"    Author: 
24 .\" Generator: DocBook XSL Stylesheets v1.71.1 <http://docbook.sf.net/>
25 .\"      Date: June 18, 2007
26 .\"    Manual: BIND9
27 .\"    Source: BIND9
28 .\"
29 .TH "LWRES_HSTRERROR" "3" "June 18, 2007" "BIND9" "BIND9"
30 .\" disable hyphenation
31 .nh
32 .\" disable justification (adjust text to left margin only)
33 .ad l
34 .SH "NAME"
35 lwres_herror, lwres_hstrerror \- lightweight resolver error message generation
36 .SH "SYNOPSIS"
37 .nf
38 #include <lwres/netdb.h>
39 .fi
40 .HP 18
41 .BI "void lwres_herror(const\ char\ *" "s" ");"
42 .HP 29
43 .BI "const char * lwres_hstrerror(int\ " "err" ");"
44 .SH "DESCRIPTION"
45 .PP
46 \fBlwres_herror()\fR
47 prints the string
48 \fIs\fR
50 \fBstderr\fR
51 followed by the string generated by
52 \fBlwres_hstrerror()\fR
53 for the error code stored in the global variable
54 \fBlwres_h_errno\fR.
55 .PP
56 \fBlwres_hstrerror()\fR
57 returns an appropriate string for the error code gievn by
58 \fIerr\fR. The values of the error codes and messages are as follows:
59 .PP
60 \fBNETDB_SUCCESS\fR
61 .RS 4
62 Resolver Error 0 (no error)
63 .RE
64 .PP
65 \fBHOST_NOT_FOUND\fR
66 .RS 4
67 Unknown host
68 .RE
69 .PP
70 \fBTRY_AGAIN\fR
71 .RS 4
72 Host name lookup failure
73 .RE
74 .PP
75 \fBNO_RECOVERY\fR
76 .RS 4
77 Unknown server error
78 .RE
79 .PP
80 \fBNO_DATA\fR
81 .RS 4
82 No address associated with name
83 .RE
84 .SH "RETURN VALUES"
85 .PP
86 The string
87 Unknown resolver error
88 is returned by
89 \fBlwres_hstrerror()\fR
90 when the value of
91 \fBlwres_h_errno\fR
92 is not a valid error code.
93 .SH "SEE ALSO"
94 .PP
95 \fBherror\fR(3),
96 \fBlwres_hstrerror\fR(3).
97 .SH "COPYRIGHT"
98 Copyright \(co 2004, 2005, 2007, 2014 Internet Systems Consortium, Inc. ("ISC")
99 .br
100 Copyright \(co 2000, 2001 Internet Software Consortium.