Go to the source code of this file.
Defines | |
#define | RRTYPE_UNSPEC_ATTRIBUTES (0) |
Functions | |
static isc_result_t | fromtext_unspec (ARGS_FROMTEXT) |
static isc_result_t | totext_unspec (ARGS_TOTEXT) |
static isc_result_t | fromwire_unspec (ARGS_FROMWIRE) |
static isc_result_t | towire_unspec (ARGS_TOWIRE) |
static int | compare_unspec (ARGS_COMPARE) |
static isc_result_t | fromstruct_unspec (ARGS_FROMSTRUCT) |
static isc_result_t | tostruct_unspec (ARGS_TOSTRUCT) |
static void | freestruct_unspec (ARGS_FREESTRUCT) |
static isc_result_t | additionaldata_unspec (ARGS_ADDLDATA) |
static isc_result_t | digest_unspec (ARGS_DIGEST) |
static isc_boolean_t | checkowner_unspec (ARGS_CHECKOWNER) |
static isc_boolean_t | checknames_unspec (ARGS_CHECKNAMES) |
static int | casecompare_unspec (ARGS_COMPARE) |
#define RRTYPE_UNSPEC_ATTRIBUTES (0) |
Definition at line 23 of file unspec_103.c.
static isc_result_t fromtext_unspec | ( | ARGS_FROMTEXT | ) | [inline, static] |
Definition at line 26 of file unspec_103.c.
References atob_tobuffer(), callbacks, origin, rdclass, REQUIRE, and UNUSED.
static isc_result_t totext_unspec | ( | ARGS_TOTEXT | ) | [inline, static] |
static isc_result_t fromwire_unspec | ( | ARGS_FROMWIRE | ) | [inline, static] |
Definition at line 50 of file unspec_103.c.
References isc_region::base, isc_buffer_activeregion, isc_buffer_forward, isc_region::length, mem_tobuffer(), rdclass, REQUIRE, and UNUSED.
static isc_result_t towire_unspec | ( | ARGS_TOWIRE | ) | [inline, static] |
static int compare_unspec | ( | ARGS_COMPARE | ) | [inline, static] |
Definition at line 76 of file unspec_103.c.
References dns_rdata_toregion(), isc_region_compare(), r1, r2, and REQUIRE.
Referenced by casecompare_unspec().
static isc_result_t fromstruct_unspec | ( | ARGS_FROMSTRUCT | ) | [inline, static] |
Definition at line 90 of file unspec_103.c.
References mem_tobuffer(), rdclass, REQUIRE, and UNUSED.
static isc_result_t tostruct_unspec | ( | ARGS_TOSTRUCT | ) | [inline, static] |
Definition at line 106 of file unspec_103.c.
References isc_region::base, dns_rdata_toregion(), ISC_LINK_INIT, ISC_R_NOMEMORY, ISC_R_SUCCESS, isc_region::length, mctx, mem_maybedup(), r, and REQUIRE.
static void freestruct_unspec | ( | ARGS_FREESTRUCT | ) | [inline, static] |
static isc_result_t additionaldata_unspec | ( | ARGS_ADDLDATA | ) | [inline, static] |
static isc_result_t digest_unspec | ( | ARGS_DIGEST | ) | [inline, static] |
Definition at line 154 of file unspec_103.c.
References arg, digest, dns_rdata_toregion(), r, and REQUIRE.
static isc_boolean_t checkowner_unspec | ( | ARGS_CHECKOWNER | ) | [inline, static] |
static isc_boolean_t checknames_unspec | ( | ARGS_CHECKNAMES | ) | [inline, static] |
static int casecompare_unspec | ( | ARGS_COMPARE | ) | [inline, static] |