add ISC_R_NOTBOUND and ISC_R_NOTCONNECTED and return them where appropriate.

This commit is contained in:
Michael Graff
2000-05-11 05:43:53 +00:00
parent dcd66bf966
commit 8321dd2150
3 changed files with 27 additions and 8 deletions

View File

@@ -42,7 +42,7 @@
#define ISC_R_EXISTS 18
#define ISC_R_NOSPACE 19 /* ran out of space */
#define ISC_R_CANCELED 20
/* AVAILABLE CODE 21 */
#define ISC_R_NOTBOUND 21 /* socket is not bound */
#define ISC_R_SHUTTINGDOWN 22 /* shutting down */
#define ISC_R_NOTFOUND 23
#define ISC_R_UNEXPECTEDEND 24 /* unexpected end of input */
@@ -61,8 +61,9 @@
#define ISC_R_MASKNONCONTIG 37
#define ISC_R_FILENOTFOUND 38
#define ISC_R_FILEEXISTS 39
#define ISC_R_NOTCONNECTED 40 /* socket is not connected */
#define ISC_R_NRESULTS 40 /* Number of results */
#define ISC_R_NRESULTS 41 /* Number of results */
ISC_LANG_BEGINDECLS