Go to the source code of this file.
Defines | |
#define | RRTYPE_RP_ATTRIBUTES (0) |
Functions | |
static isc_result_t | fromtext_rp (ARGS_FROMTEXT) |
static isc_result_t | totext_rp (ARGS_TOTEXT) |
static isc_result_t | fromwire_rp (ARGS_FROMWIRE) |
static isc_result_t | towire_rp (ARGS_TOWIRE) |
static int | compare_rp (ARGS_COMPARE) |
static isc_result_t | fromstruct_rp (ARGS_FROMSTRUCT) |
static isc_result_t | tostruct_rp (ARGS_TOSTRUCT) |
static void | freestruct_rp (ARGS_FREESTRUCT) |
static isc_result_t | additionaldata_rp (ARGS_ADDLDATA) |
static isc_result_t | digest_rp (ARGS_DIGEST) |
static isc_boolean_t | checkowner_rp (ARGS_CHECKOWNER) |
static isc_boolean_t | checknames_rp (ARGS_CHECKNAMES) |
static int | casecompare_rp (ARGS_COMPARE) |
static isc_result_t fromtext_rp | ( | ARGS_FROMTEXT | ) | [inline, static] |
Definition at line 28 of file rp_17.c.
References isc_tokenvalue_t::as_region, buffer, buffer_fromregion(), callbacks, dns_name_fromtext(), dns_name_init(), dns_name_ismailbox(), DNS_R_BADNAME, DNS_RDATA_CHECKNAMES, DNS_RDATA_CHECKNAMESFAIL, dns_rootname, ISC_FALSE, isc_lex_getmastertoken(), ISC_R_SUCCESS, isc_tokentype_string, ISC_TRUE, name, origin, rdclass, REQUIRE, RETERR, RETTOK, token, UNUSED, isc_token::value, and warn_badname().
static isc_result_t totext_rp | ( | ARGS_TOTEXT | ) | [inline, static] |
Definition at line 63 of file rp_17.c.
References dns_name_fromregion(), dns_name_init(), dns_name_totext(), dns_rdata_toregion(), isc_region_consume, dns_name::length, name_prefix(), REQUIRE, RETERR, and str_totext().
static isc_result_t fromwire_rp | ( | ARGS_FROMWIRE | ) | [inline, static] |
Definition at line 95 of file rp_17.c.
References DNS_COMPRESS_NONE, dns_decompress_setmethods(), dns_name_fromwire(), dns_name_init(), rdclass, REQUIRE, RETERR, and UNUSED.
static isc_result_t towire_rp | ( | ARGS_TOWIRE | ) | [inline, static] |
Definition at line 114 of file rp_17.c.
References DNS_COMPRESS_NONE, dns_compress_setmethods(), dns_name_fromregion(), dns_name_init(), dns_name_towire(), dns_rdata_toregion(), isc_region_consume, dns_name::length, REQUIRE, and RETERR.
static int compare_rp | ( | ARGS_COMPARE | ) | [inline, static] |
Definition at line 142 of file rp_17.c.
References dns_name_fromregion(), dns_name_init(), dns_name_rdatacompare(), dns_rdata_toregion(), isc_region_consume, name_length(), and REQUIRE.
Referenced by casecompare_rp().
static isc_result_t fromstruct_rp | ( | ARGS_FROMSTRUCT | ) | [inline, static] |
Definition at line 181 of file rp_17.c.
References dns_name_toregion(), isc_buffer_copyregion(), rdclass, REQUIRE, RETERR, and UNUSED.
static isc_result_t tostruct_rp | ( | ARGS_TOSTRUCT | ) | [inline, static] |
Definition at line 200 of file rp_17.c.
References 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, mctx, name, name_duporclone(), name_length(), REQUIRE, and RETERR.
static void freestruct_rp | ( | ARGS_FREESTRUCT | ) | [inline, static] |
static isc_result_t additionaldata_rp | ( | ARGS_ADDLDATA | ) | [inline, static] |
static isc_result_t digest_rp | ( | ARGS_DIGEST | ) | [inline, static] |
Definition at line 262 of file rp_17.c.
References arg, digest, dns_name_digest(), dns_name_fromregion(), dns_name_init(), dns_rdata_toregion(), isc_region_consume, name, name_length(), r, REQUIRE, and RETERR.
static isc_boolean_t checkowner_rp | ( | ARGS_CHECKOWNER | ) | [inline, static] |
static isc_boolean_t checknames_rp | ( | ARGS_CHECKNAMES | ) | [inline, static] |
Definition at line 295 of file rp_17.c.
References dns_name_clone(), dns_name_fromregion(), dns_name_init(), dns_name_ismailbox(), dns_rdata_toregion(), ISC_FALSE, ISC_TRUE, name, REQUIRE, and UNUSED.
static int casecompare_rp | ( | ARGS_COMPARE | ) | [inline, static] |