2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 06:15:55 +00:00

Make error codes for DNS errors.

This commit is contained in:
Ted Lemon
2000-11-28 23:32:04 +00:00
parent 2076acbe8a
commit 6e0f9707d8
2 changed files with 27 additions and 1 deletions

View File

@@ -75,8 +75,21 @@ ISC_LANG_BEGINDECLS
#define ISC_R_KEY_UNKNOWN 47
#define ISC_R_INVALIDKEY 48
#define ISC_R_INCOMPLETE 49
#define ISC_R_FORMERR 50
#define ISC_R_SERVFAIL 51
#define ISC_R_NXDOMAIN 52
#define ISC_R_NOTIMPL 53
#define ISC_R_REFUSED 54
#define ISC_R_YXDOMAIN 55
#define ISC_R_YXRRSET 56
#define ISC_R_NXRRSET 57
#define ISC_R_NOTAUTH 58
#define ISC_R_NOTZONE 59
#define ISC_R_BADSIG 60
#define ISC_R_BADKEY 61
#define ISC_R_BADTIME 62
#define ISC_R_NRESULTS 50 /* Number of results */
#define ISC_R_NRESULTS 62 /* Number of results */
const char * isc_result_totext(isc_result_t);
isc_result_t isc_result_register(unsigned int base,