ldns - Online Linux Manual PageSection : 3
Updated : 30 May 2006

NAMEldns_rdf2buffer_str_a, ldns_rdf2buffer_str_aaaa, ldns_rdf2buffer_str_str, ldns_rdf2buffer_str_b64, ldns_rdf2buffer_str_hex, ldns_rdf2buffer_str_type, ldns_rdf2buffer_str_class, ldns_rdf2buffer_str_alg, ldns_rdf2buffer_str_loc, ldns_rdf2buffer_str_unknown, ldns_rdf2buffer_str_nsap, ldns_rdf2buffer_str_wks, ldns_rdf2buffer_str_nsec, ldns_rdf2buffer_str_period, ldns_rdf2buffer_str_tsigtime, ldns_rdf2buffer_str_apl, ldns_rdf2buffer_str_int16_data, ldns_rdf2buffer_str_int16, ldns_rdf2buffer_str_ipseckey − 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);

DESCRIPTIONldns_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

AUTHORThe ldns team at NLnet Labs.

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

COPYRIGHTCopyright (c) 2004 - 2006 NLnet Labs. Licensed under the BSD License. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

SEE ALSOperldoc Net::DNS, RFC1034, RFC1035, RFC4033, RFC4034 and RFC4035.

REMARKSThis manpage was automatically generated from the ldns source code.
0
Johanes Gumabo
Data Size   :   24,309 byte
man-ldns_rdf2buffer_str_int16.3Build   :   2024-12-05, 20:55   :  
Visitor Screen   :   x
Visitor Counter ( page / site )   :   2 / 200,582
Visitor ID   :     :  
Visitor IP   :   18.220.43.27   :  
Visitor Provider   :   AMAZON-02   :  
Provider Position ( lat x lon )   :   39.962500 x -83.006100   :   x
Provider Accuracy Radius ( km )   :   1000   :  
Provider City   :   Columbus   :  
Provider Province   :   Ohio ,   :   ,
Provider Country   :   United States   :  
Provider Continent   :   North America   :  
Visitor Recorder   :   Version   :  
Visitor Recorder   :   Library   :  
Online Linux Manual Page   :   Version   :   Online Linux Manual Page - Fedora.40 - march=x86-64 - mtune=generic - 24.12.05
Online Linux Manual Page   :   Library   :   lib_c - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Online Linux Manual Page   :   Library   :   lib_m - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Data Base   :   Version   :   Online Linux Manual Page Database - 24.04.13 - march=x86-64 - mtune=generic - fedora-38
Data Base   :   Library   :   lib_c - 23.02.07 - march=x86-64 - mtune=generic - fedora.36

Very long time ago, I have the best tutor, Wenzel Svojanovsky . If someone knows the email address of Wenzel Svojanovsky , please send an email to johanes_gumabo@yahoo.co.id .
If error, please print screen and send to johanes_gumabo@yahoo.co.id
Under development. Support me via PayPal.