result.h revision 4182ae60b066051487fea5318d379bfa78eb67f1
aa3a328647720d733397b67c62f15331295fac09Bob Halley * Copyright (C) 1998, 1999 Internet Software Consortium.
1633838b8255282d10af15c5c84cee5a51466712Bob Halley * Permission to use, copy, modify, and distribute this software for any
1633838b8255282d10af15c5c84cee5a51466712Bob Halley * purpose with or without fee is hereby granted, provided that the above
1633838b8255282d10af15c5c84cee5a51466712Bob Halley * copyright notice and this permission notice appear in all copies.
1633838b8255282d10af15c5c84cee5a51466712Bob Halley * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
1633838b8255282d10af15c5c84cee5a51466712Bob Halley * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
1633838b8255282d10af15c5c84cee5a51466712Bob Halley * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
1633838b8255282d10af15c5c84cee5a51466712Bob Halley * CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
1633838b8255282d10af15c5c84cee5a51466712Bob Halley * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
1633838b8255282d10af15c5c84cee5a51466712Bob Halley * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
1633838b8255282d10af15c5c84cee5a51466712Bob Halley * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
e4e071ae12aee942fefc2c0a3280e402938669deBob Halleytypedef unsigned int isc_result_t;
3cddfdd29969046e598e9465c72936ccd30df233Bob Halley#define ISC_R_NORESOURCES 13 /* not enough resources */
3cddfdd29969046e598e9465c72936ccd30df233Bob Halley#define ISC_R_TASKSHUTDOWN 16 /* task was shut down */
f02c1d9431a7bad59ef2d40a341fa2f68a8a7550Michael Graff#define ISC_R_NOSPACE 19 /* ran out of space */
903c1c35fcec1aa32b6cea9cbdf0a2f055abed2dBob Halley#define ISC_R_TASKSHUTTINGDOWN 22 /* task is shutting down */
af0fce400bfa79289aae239c10ae7f4fb2be8fa6Bob Halley#define ISC_R_UNEXPECTEDEND 24 /* unexpected end of input */
af0fce400bfa79289aae239c10ae7f4fb2be8fa6Bob Halley#define ISC_R_LASTENTRY 30 /* last entry in the list */
822f6cdabb1edd44472c7a758b5cae71376fa9beBrian Wellington#endif /* ISC_RESULT_H */