ldns_rdf_data (3) Linux Manual Page
ldns_rdf_size, ldns_rdf_get_type, ldns_rdf_data, ldns_rdf_compare Synopsis#include <stdint.h> #include <stdbool.h> #include <ldns/ldns.h> size_t ldns_rdf_size(const ldns_rdf *rd); ldns_rdf_type ldns_rdf_get_type(const ldns_rdf *rd); uint8_t* ldns_rdf_data(const ldns_rdf *rd); int ldns_rdf_compare(const ldns_rdf *rd1, const ldns_rdf *rd2); Description ldns_rdf_size() returns the size of the rdf. .br *rd: the rdf to read from .br Returns uint16_t with the size ldns_rdf_get_type() returns the type of…
