ldns_rdf2buffer_str_a - Man Page

lower level to string conversion functions

Synopsis

#include <stdint.h>
#include <stdbool.h>

#include <ldns/ldns.h>

ldns_status ldns_rdf2buffer_str_a(ldns_buffer *output, const ldns_rdf *rdf);

ldns_status ldns_rdf2buffer_str_aaaa(ldns_buffer *output, const ldns_rdf *rdf);

ldns_status ldns_rdf2buffer_str_str(ldns_buffer *output, const ldns_rdf *rdf);

ldns_status ldns_rdf2buffer_str_b64(ldns_buffer *output, const ldns_rdf *rdf);

ldns_status ldns_rdf2buffer_str_hex(ldns_buffer *output, const ldns_rdf *rdf);

ldns_status ldns_rdf2buffer_str_type(ldns_buffer *output, const ldns_rdf *rdf);

ldns_status ldns_rdf2buffer_str_class(ldns_buffer *output, const ldns_rdf *rdf);

ldns_status ldns_rdf2buffer_str_alg(ldns_buffer *output, const ldns_rdf *rdf);

ldns_status ldns_rdf2buffer_str_loc(ldns_buffer *output, const ldns_rdf *rdf);

ldns_status ldns_rdf2buffer_str_unknown(ldns_buffer *output, const ldns_rdf *rdf);

ldns_status ldns_rdf2buffer_str_nsap(ldns_buffer *output, const ldns_rdf *rdf);

ldns_status ldns_rdf2buffer_str_wks(ldns_buffer *output, const ldns_rdf *rdf);

ldns_status ldns_rdf2buffer_str_nsec(ldns_buffer *output, const ldns_rdf *rdf);

ldns_status ldns_rdf2buffer_str_period(ldns_buffer *output, const ldns_rdf *rdf);

ldns_status ldns_rdf2buffer_str_tsigtime(ldns_buffer *output, const ldns_rdf *rdf);

ldns_status ldns_rdf2buffer_str_apl(ldns_buffer *output, const ldns_rdf *rdf);

ldns_status ldns_rdf2buffer_str_int16_data(ldns_buffer *output, const ldns_rdf *rdf);

ldns_status ldns_rdf2buffer_str_int16(ldns_buffer *output, const ldns_rdf *rdf);

ldns_status ldns_rdf2buffer_str_ipseckey(ldns_buffer *output, const ldns_rdf *rdf);

Description

ldns_rdf2buffer_str_a() Converts an LDNS_RDF_TYPE_A rdata element to string format and adds it to the output buffer
*rdf: The rdata to convert
*output: The buffer to add the data to
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
*rdf: The rdata to convert
*output: The buffer to add the data to
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
*rdf: The rdata to convert
*output: The buffer to add the data to
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
*rdf: The rdata to convert
*output: The buffer to add the data to
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
*rdf: The rdata to convert
*output: The buffer to add the data to
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
*rdf: The rdata to convert
*output: The buffer to add the data to
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
*rdf: The rdata to convert
*output: The buffer to add the data to
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
*rdf: The rdata to convert
*output: The buffer to add the data to
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
*rdf: The rdata to convert
*output: The buffer to add the data to
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
*rdf: The rdata to convert
*output: The buffer to add the data to
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
*rdf: The rdata to convert
*output: The buffer to add the data to
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
*rdf: The rdata to convert
*output: The buffer to add the data to
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
*rdf: The rdata to convert
*output: The buffer to add the data to
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
*rdf: The rdata to convert
*output: The buffer to add the data to
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
*rdf: The rdata to convert
*output: The buffer to add the data to
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
*rdf: The rdata to convert
*output: The buffer to add the data to
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
*rdf: The rdata to convert
*output: The buffer to add the data to
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
*rdf: The rdata to convert
*output: The buffer to add the data to
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
*rdf: The rdata to convert
*output: The buffer to add the data to
Returns LDNS_STATUS_OK on success, and error status on failure

Author

The ldns team at NLnet Labs.

Reporting Bugs

Please report bugs to ldns-team@nlnetlabs.nl or in  our bugzilla at http://www.nlnetlabs.nl/bugs/index.html

See Also

perldoc Net::DNS, RFC1034, RFC1035, RFC4033, RFC4034 and RFC4035.

Remarks

This manpage was automatically generated from the ldns source code.

Referenced By

The man pages ldns_rdf2buffer_str_aaaa(3), ldns_rdf2buffer_str_alg(3), ldns_rdf2buffer_str_apl(3), ldns_rdf2buffer_str_b64(3), ldns_rdf2buffer_str_class(3), ldns_rdf2buffer_str_hex(3), ldns_rdf2buffer_str_int16(3), ldns_rdf2buffer_str_int16_data(3), ldns_rdf2buffer_str_ipseckey(3), ldns_rdf2buffer_str_loc(3), ldns_rdf2buffer_str_nsap(3), ldns_rdf2buffer_str_nsec(3), ldns_rdf2buffer_str_period(3), ldns_rdf2buffer_str_str(3), ldns_rdf2buffer_str_tsigtime(3), ldns_rdf2buffer_str_type(3), ldns_rdf2buffer_str_unknown(3) and ldns_rdf2buffer_str_wks(3) are aliases of ldns_rdf2buffer_str_a(3).

30 May 2006