Manual Pages for Linux CentOS command on man ldns_dnssec_rrsets_print
MyWebUniversity

Manual Pages for Linux CentOS command on man ldns_dnssec_rrsets_print

ldns(3) Library Functions Manual ldns(3)

NAME ldnsdnssecrrsetsnew, ldnsdnssecrrsetsfree, ldnsdnssecrrsetstype, ldnsdnssecrrsetssettype, ldnsdnssecrrsetsaddrr, ldnsdnssecrrsetsprint SYNOPSIS

#include

#include

#include ldnsdnssecrrsets* ldnsdnssecrrsetsnew(); void ldnsdnssecrrsetsfree(ldnsdnssecrrsets *rrsets); ldnsrrtype ldnsdnssecrrsetstype(ldnsdnssecrrsets *rrsets); ldnsstatus ldnsdnssecrrsetssettype(ldnsdnssecrrsets *rrsets, ldnsrrtype type); ldnsstatus ldnsdnssecrrsetsaddrr(ldnsdnssecrrsets *rrsets, ldnsrr *rr); void ldnsdnssecrrsetsprint(FILE *out, ldnsdnssecrrsets *rrsets, bool follow); DESCRIPTION ldnsdnssecrrsetsnew() Creates a new list (entry) of RRsets Returns the newly allocated structure ldnsdnssecrrsetsfree() Frees the list of rrsets and their rrs, but *not* the ldnsrr records in the sets rrsets: the data structure to free ldnsdnssecrrsetstype() Returns the rr type of the rrset (that is head of the given list) rrsets: the rrset to get the type of Returns the rr type ldnsdnssecrrsetssettype() Sets the RR type of the rrset (that is head of the given list) rrsets: the rrset to set the type of type: the type to set Returns LDNSSTATUSOK on success ldnsdnssecrrsetsaddrr() Add an ldnsrr to the corresponding RRset in the given list of RRsets. If it is not present, add it as a new RRset with 1 record. rrsets: the list of rrsets to add the RR to rr: the rr to add to the list of rrsets Returns LDNSSTATUSOK on success ldnsdnssecrrsetsprint() Print the given list of rrsets to the fiven file descriptor out: the file descriptor to print to rrsets: the list of RRsets to print follow: if set to false, only print the first RRset 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 ldnsdnsseczone. 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 ™