#include <isc/lang.h>
#include <dns/types.h>
Go to the source code of this file.
Defines | |
#define | DNS_OPCODE_H 1 |
Functions | |
ISC_LANG_BEGINDECLS isc_result_t | dns_opcode_totext (dns_opcode_t opcode, isc_buffer_t *target) |
Put a textual representation of error 'opcode' into 'target'. |
Definition in file opcode.h.
ISC_LANG_BEGINDECLS isc_result_t dns_opcode_totext | ( | dns_opcode_t | opcode, | |
isc_buffer_t * | target | |||
) |
Put a textual representation of error 'opcode' into 'target'.
Requires:
Definition at line 3553 of file message.c.
References isc_buffer_availablelength, isc_buffer_putstr, ISC_R_NOSPACE, ISC_R_SUCCESS, and REQUIRE.
Referenced by add_bad(), and opcodestat_dump().