Manual Pages for Linux CentOS command on man ldns_key2str
MyWebUniversity

Manual Pages for Linux CentOS command on man ldns_key2str

ldns(3) Library Functions Manual ldns(3)

NAME ldnsrr2str, ldnspkt2str, ldnsrdf2str, ldnsrrlist2str, ldnskey2str SYNOPSIS

#include

#include

#include char* ldnsrr2str(const ldnsrr *rr); char* ldnspkt2str(const ldnspkt *pkt); char* ldnsrdf2str(const ldnsrdf *rdf); char* ldnsrrlist2str(const ldnsrrlist *rrlist); char* ldnskey2str(const ldnskey *k); DESCRIPTION ldnsrr2str() Converts the data in the resource record to presentation format and returns that as a char *. Remember to free it. rr: The rdata field to convert Returns null terminated char * data, or NULL on error ldnspkt2str() Converts the data in the DNS packet to presentation for‐ mat and returns that as a char *. Remember to free it. pkt: The rdata field to convert Returns null terminated char * data, or NULL on error ldnsrdf2str() Converts the data in the rdata field to presentation format and returns that as a char *. Remember to free it. rdf: The rdata field to convert Returns null terminated char * data, or NULL on error ldnsrrlist2str() Converts a list of resource records to presentation format and returns that as a char *. Remember to free it. rrlist: the rrlist to convert to text Returns null terminated char * data, or NULL on error ldnskey2str() Converts a private key to the test presentation fmt and returns that as a char *. Remember to free it. k: the key to convert to text Returns null terminated char * data, or NULL on error AUTHOR The ldns team at NLnet Labs. Which consists out of Jelte Jansen and Miek Gieben. REPORTING BUGS

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

Copyright (c) 2004 - 2006 NLnet Labs. Licensed under the BSD License. There is NO warranty; not even for MER‐ CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. SEE ALSO ldnsrrprint, ldnsrdfprint, ldnspktprint, ldnsrrlistprint, ldnsresolverprint, ldnszoneprint. And perldoc Net::DNS, RFC1034, RFC1035, RFC4033, RFC4034 and RFC4035. REMARKS This manpage was automaticly generated from the ldns source code by use of Doxygen and some perl. 30 May 2006 ldns(3)




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™