Go to the source code of this file.
Defines | |
#define | RRTYPE_NXT_ATTRIBUTES (0) |
Functions | |
static isc_result_t | fromtext_nxt (ARGS_FROMTEXT) |
static isc_result_t | totext_nxt (ARGS_TOTEXT) |
static isc_result_t | fromwire_nxt (ARGS_FROMWIRE) |
static isc_result_t | towire_nxt (ARGS_TOWIRE) |
static int | compare_nxt (ARGS_COMPARE) |
static isc_result_t | fromstruct_nxt (ARGS_FROMSTRUCT) |
static isc_result_t | tostruct_nxt (ARGS_TOSTRUCT) |
static void | freestruct_nxt (ARGS_FREESTRUCT) |
static isc_result_t | additionaldata_nxt (ARGS_ADDLDATA) |
static isc_result_t | digest_nxt (ARGS_DIGEST) |
static isc_boolean_t | checkowner_nxt (ARGS_CHECKOWNER) |
static isc_boolean_t | checknames_nxt (ARGS_CHECKNAMES) |
static int | casecompare_nxt (ARGS_COMPARE) |
static isc_result_t fromtext_nxt | ( | ARGS_FROMTEXT | ) | [inline, static] |
Definition at line 34 of file nxt_30.c.
References isc_tokenvalue_t::as_region, isc_tokenvalue_t::as_textregion, buffer, buffer_fromregion(), callbacks, DNS_AS_STR, dns_name_fromtext(), dns_name_init(), DNS_R_UNKNOWN, dns_rdatatype_fromtext(), dns_rootname, ISC_FALSE, isc_lex_getmastertoken(), isc_lex_ungettoken(), ISC_R_RANGE, ISC_R_SUCCESS, isc_tokentype_string, ISC_TRUE, mem_tobuffer(), name, origin, rdclass, REQUIRE, RETERR, RETTOK, token, isc_token::type, UNUSED, and isc_token::value.
static isc_result_t totext_nxt | ( | ARGS_TOTEXT | ) | [inline, static] |
Definition at line 91 of file nxt_30.c.
References isc_region::base, dns_name_fromregion(), dns_name_init(), dns_name_totext(), dns_rdata_toregion(), dns_rdatatype_isknown(), dns_rdatatype_totext(), ISC_R_SUCCESS, isc_region_consume, isc_region::length, name, name_length(), name_prefix(), REQUIRE, RETERR, and str_totext().
static isc_result_t fromwire_nxt | ( | ARGS_FROMWIRE | ) | [inline, static] |
Definition at line 130 of file nxt_30.c.
References isc_region::base, DNS_COMPRESS_NONE, dns_decompress_setmethods(), dns_name_fromwire(), dns_name_init(), DNS_R_BADBITMAP, isc_buffer_activeregion, isc_buffer_forward, ISC_R_SUCCESS, isc_region::length, mem_tobuffer(), name, rdclass, REQUIRE, RETERR, and UNUSED.
static isc_result_t towire_nxt | ( | ARGS_TOWIRE | ) | [inline, static] |
Definition at line 154 of file nxt_30.c.
References isc_region::base, DNS_COMPRESS_NONE, dns_compress_setmethods(), dns_name_fromregion(), dns_name_init(), dns_name_towire(), dns_rdata_toregion(), isc_region_consume, isc_region::length, mem_tobuffer(), name, name_length(), REQUIRE, and RETERR.
static int compare_nxt | ( | ARGS_COMPARE | ) | [inline, static] |
Definition at line 173 of file nxt_30.c.
References dns_name_fromregion(), dns_name_init(), dns_name_rdatacompare(), dns_rdata_toregion(), isc_region_compare(), r1, r2, and REQUIRE.
Referenced by casecompare_nxt().
static isc_result_t fromstruct_nxt | ( | ARGS_FROMSTRUCT | ) | [inline, static] |
Definition at line 200 of file nxt_30.c.
References dns_name_toregion(), isc_buffer_copyregion(), mem_tobuffer(), rdclass, REQUIRE, RETERR, and UNUSED.
static isc_result_t tostruct_nxt | ( | ARGS_TOSTRUCT | ) | [inline, static] |
Definition at line 224 of file nxt_30.c.
References isc_region::base, cleanup(), dns_name_free(), dns_name_fromregion(), dns_name_init(), dns_rdata_toregion(), ISC_LINK_INIT, ISC_R_NOMEMORY, ISC_R_SUCCESS, isc_region_consume, isc_region::length, mctx, mem_maybedup(), name, name_duporclone(), name_length(), REQUIRE, and RETERR.
static void freestruct_nxt | ( | ARGS_FREESTRUCT | ) | [inline, static] |
static isc_result_t additionaldata_nxt | ( | ARGS_ADDLDATA | ) | [inline, static] |
static isc_result_t digest_nxt | ( | ARGS_DIGEST | ) | [inline, static] |
Definition at line 286 of file nxt_30.c.
References arg, digest, dns_name_digest(), dns_name_fromregion(), dns_name_init(), dns_rdata_toregion(), ISC_R_SUCCESS, isc_region_consume, name, name_length(), r, and REQUIRE.
static isc_boolean_t checkowner_nxt | ( | ARGS_CHECKOWNER | ) | [inline, static] |
static isc_boolean_t checknames_nxt | ( | ARGS_CHECKNAMES | ) | [inline, static] |
static int casecompare_nxt | ( | ARGS_COMPARE | ) | [inline, static] |