#include <string.h>
#include <isc/net.h>
Go to the source code of this file.
Defines | |
#define | RRTYPE_L64_ATTRIBUTES (0) |
Functions | |
static isc_result_t | fromtext_l64 (ARGS_FROMTEXT) |
static isc_result_t | totext_l64 (ARGS_TOTEXT) |
static isc_result_t | fromwire_l64 (ARGS_FROMWIRE) |
static isc_result_t | towire_l64 (ARGS_TOWIRE) |
static int | compare_l64 (ARGS_COMPARE) |
static isc_result_t | fromstruct_l64 (ARGS_FROMSTRUCT) |
static isc_result_t | tostruct_l64 (ARGS_TOSTRUCT) |
static void | freestruct_l64 (ARGS_FREESTRUCT) |
static isc_result_t | additionaldata_l64 (ARGS_ADDLDATA) |
static isc_result_t | digest_l64 (ARGS_DIGEST) |
static isc_boolean_t | checkowner_l64 (ARGS_CHECKOWNER) |
static isc_boolean_t | checknames_l64 (ARGS_CHECKNAMES) |
static int | casecompare_l64 (ARGS_COMPARE) |
static isc_result_t fromtext_l64 | ( | ARGS_FROMTEXT | ) | [inline, static] |
Definition at line 27 of file l64_106.c.
References isc_tokenvalue_t::as_ulong, callbacks, DNS_AS_STR, DNS_R_SYNTAX, ISC_FALSE, isc_lex_getmastertoken(), ISC_R_RANGE, isc_tokentype_number, isc_tokentype_string, locator_pton(), mem_tobuffer(), NS_LOCATORSZ, origin, rdclass, REQUIRE, RETERR, RETTOK, token, uint16_tobuffer(), UNUSED, and isc_token::value.
static isc_result_t totext_l64 | ( | ARGS_TOTEXT | ) | [inline, static] |
Definition at line 54 of file l64_106.c.
References isc_region::base, dns_rdata_toregion(), isc_region_consume, REQUIRE, RETERR, str_totext(), uint16_fromregion(), and UNUSED.
static isc_result_t fromwire_l64 | ( | ARGS_FROMWIRE | ) | [inline, static] |
Definition at line 81 of file l64_106.c.
References isc_region::base, DNS_R_FORMERR, isc_buffer_activeregion, isc_buffer_forward, isc_region::length, mem_tobuffer(), rdclass, REQUIRE, and UNUSED.
static isc_result_t towire_l64 | ( | ARGS_TOWIRE | ) | [inline, static] |
static int compare_l64 | ( | ARGS_COMPARE | ) | [inline, static] |
Definition at line 110 of file l64_106.c.
References dns_rdata_toregion(), isc_region_compare(), and REQUIRE.
Referenced by casecompare_l64().
static isc_result_t fromstruct_l64 | ( | ARGS_FROMSTRUCT | ) | [inline, static] |
Definition at line 126 of file l64_106.c.
References mem_tobuffer(), rdclass, REQUIRE, RETERR, uint16_tobuffer(), and UNUSED.
static isc_result_t tostruct_l64 | ( | ARGS_TOSTRUCT | ) | [inline, static] |
Definition at line 142 of file l64_106.c.
References isc_region::base, dns_rdata_toregion(), ISC_LINK_INIT, ISC_R_SUCCESS, isc_region::length, mctx, REQUIRE, uint16_fromregion(), and UNUSED.
static void freestruct_l64 | ( | ARGS_FREESTRUCT | ) | [inline, static] |
static isc_result_t additionaldata_l64 | ( | ARGS_ADDLDATA | ) | [inline, static] |
static isc_result_t digest_l64 | ( | ARGS_DIGEST | ) | [inline, static] |
static isc_boolean_t checkowner_l64 | ( | ARGS_CHECKOWNER | ) | [inline, static] |
static isc_boolean_t checknames_l64 | ( | ARGS_CHECKNAMES | ) | [inline, static] |
static int casecompare_l64 | ( | ARGS_COMPARE | ) | [inline, static] |