Converts an LDNS_RDF_TYPE_A rdata element to string format and adds it to the output buffer
.br
*rdf: The rdata to convert
.br
*output: The buffer to add the data to
.br
Returns LDNS_STATUS_OK on success, and error status on failure
ldns_rdf2buffer_str_aaaa()
Converts an LDNS_RDF_TYPE_AAAA rdata element to string format and adds it to the output buffer
.br
*rdf: The rdata to convert
.br
*output: The buffer to add the data to
.br
Returns LDNS_STATUS_OK on success, and error status on failure
ldns_rdf2buffer_str_str()
Converts an LDNS_RDF_TYPE_STR rdata element to string format and adds it to the output buffer
.br
*rdf: The rdata to convert
.br
*output: The buffer to add the data to
.br
Returns LDNS_STATUS_OK on success, and error status on failure
ldns_rdf2buffer_str_b64()
Converts an LDNS_RDF_TYPE_B64 rdata element to string format and adds it to the output buffer
.br
*rdf: The rdata to convert
.br
*output: The buffer to add the data to
.br
Returns LDNS_STATUS_OK on success, and error status on failure
ldns_rdf2buffer_str_hex()
Converts an LDNS_RDF_TYPE_HEX rdata element to string format and adds it to the output buffer
.br
*rdf: The rdata to convert
.br
*output: The buffer to add the data to
.br
Returns LDNS_STATUS_OK on success, and error status on failure
ldns_rdf2buffer_str_type()
Converts an LDNS_RDF_TYPE_TYPE rdata element to string format and adds it to the output buffer
.br
*rdf: The rdata to convert
.br
*output: The buffer to add the data to
.br
Returns LDNS_STATUS_OK on success, and error status on failure
ldns_rdf2buffer_str_class()
Converts an LDNS_RDF_TYPE_CLASS rdata element to string format and adds it to the output buffer
.br
*rdf: The rdata to convert
.br
*output: The buffer to add the data to
.br
Returns LDNS_STATUS_OK on success, and error status on failure
ldns_rdf2buffer_str_alg()
Converts an LDNS_RDF_TYPE_ALG rdata element to string format and adds it to the output buffer
.br
*rdf: The rdata to convert
.br
*output: The buffer to add the data to
.br
Returns LDNS_STATUS_OK on success, and error status on failure
ldns_rdf2buffer_str_loc()
Converts an LDNS_RDF_TYPE_LOC rdata element to string format and adds it to the output buffer
.br
*rdf: The rdata to convert
.br
*output: The buffer to add the data to
.br
Returns LDNS_STATUS_OK on success, and error status on failure
ldns_rdf2buffer_str_unknown()
Converts an LDNS_RDF_TYPE_UNKNOWN rdata element to string format and adds it to the output buffer
.br
*rdf: The rdata to convert
.br
*output: The buffer to add the data to
.br
Returns LDNS_STATUS_OK on success, and error status on failure
ldns_rdf2buffer_str_nsap()
Converts an LDNS_RDF_TYPE_NSAP rdata element to string format and adds it to the output buffer
.br
*rdf: The rdata to convert
.br
*output: The buffer to add the data to
.br
Returns LDNS_STATUS_OK on success, and error status on failure
ldns_rdf2buffer_str_wks()
Converts an LDNS_RDF_TYPE_WKS rdata element to string format and adds it to the output buffer
.br
*rdf: The rdata to convert
.br
*output: The buffer to add the data to
.br
Returns LDNS_STATUS_OK on success, and error status on failure
ldns_rdf2buffer_str_nsec()
Converts an LDNS_RDF_TYPE_NSEC rdata element to string format and adds it to the output buffer
.br
*rdf: The rdata to convert
.br
*output: The buffer to add the data to
.br
Returns LDNS_STATUS_OK on success, and error status on failure
ldns_rdf2buffer_str_period()
Converts an LDNS_RDF_TYPE_PERIOD rdata element to string format and adds it to the output buffer
.br
*rdf: The rdata to convert
.br
*output: The buffer to add the data to
.br
Returns LDNS_STATUS_OK on success, and error status on failure
ldns_rdf2buffer_str_tsigtime()
Converts an LDNS_RDF_TYPE_TSIGTIME rdata element to string format and adds it to the output buffer
.br
*rdf: The rdata to convert
.br
*output: The buffer to add the data to
.br
Returns LDNS_STATUS_OK on success, and error status on failure
ldns_rdf2buffer_str_apl()
Converts an LDNS_RDF_TYPE_APL rdata element to string format and adds it to the output buffer
.br
*rdf: The rdata to convert
.br
*output: The buffer to add the data to
.br
Returns LDNS_STATUS_OK on success, and error status on failure
ldns_rdf2buffer_str_int16_data()
Converts an LDNS_RDF_TYPE_INT16_DATA rdata element to string format and adds it to the output buffer
.br
*rdf: The rdata to convert
.br
*output: The buffer to add the data to
.br
Returns LDNS_STATUS_OK on success, and error status on failure
ldns_rdf2buffer_str_int16()
Converts an LDNS_RDF_TYPE_INT16 rdata element to string format and adds it to the output buffer
.br
*rdf: The rdata to convert
.br
*output: The buffer to add the data to
.br
Returns LDNS_STATUS_OK on success, and error status on failure
ldns_rdf2buffer_str_ipseckey()
Converts an LDNS_RDF_TYPE_IPSECKEY rdata element to string format and adds it to the output buffer
.br
*rdf: The rdata to convert
.br
*output: The buffer to add the data to
.br
Returns LDNS_STATUS_OK on success, and error status on failure
AUTHOR
The ldns team at NLnet Labs. Which consists out of
Jelte Jansen and Miek Gieben.