Esempio n. 1
0
static inline isc_result_t
totext_txt(ARGS_TOTEXT) {

	REQUIRE(rdata->type == dns_rdatatype_txt);

	return (generic_totext_txt(rdata, tctx, target));
}
Esempio n. 2
0
static inline isc_result_t
totext_ninfo(ARGS_TOTEXT) {

	UNUSED(tctx);

	REQUIRE(rdata->type == dns_rdatatype_ninfo);

	return (generic_totext_txt(rdata, tctx, target));
}