Manual Pages for Linux CentOS command on man ldns_dnssec_data_chain_deep_free
MyWebUniversity

Manual Pages for Linux CentOS command on man ldns_dnssec_data_chain_deep_free

ldns(3) Library Functions Manual ldns(3)

NAME ldnsdnssecdatachainnew, ldnsdnssecdatachainfree, ldnsdnssecdatachaindeepfree, ldnsdnssecbuilddatachain, ldnsdnssecdatachainprint SYNOPSIS

#include

#include

#include ldnsdnssecdatachain* ldnsdnssecdatachainnew(); void ldnsdnssecdatachainfree(ldnsdnssecdatachain *chain); void ldnsdnssecdatachaindeepfree(ldnsdnssecdatachain *chain); ldnsdnssecdatachain* ldnsdnssecbuilddatachain(ldnsresolver *res, const uint16t qflags, const ldnsrrlist *dataset, const ldnspkt *pkt, ldnsrr *origrr); void ldnsdnssecdatachainprint(FILE *out, const ldnsdnssecdatachain *chain); DESCRIPTION ldnsdnssecdatachainnew() Creates a new dnssecchain structure Returns ldnsdnssecdatachain * ldnsdnssecdatachainfree() Frees a dnssecdatachain structure *chain: The chain to free ldnsdnssecdatachaindeepfree() Frees a dnssecdatachain structure, and all data contained therein *chain: The dnssecdatachain to free ldnsdnssecbuilddatachain() Build an ldnsdnssecdatachain, which contains all DNSSEC data that is needed to derive the trust tree later The dataset will be cloned *res: resolver structure for further needed queries qflags: resolution flags *dataset: The original rrset where the chain ends *pkt: optional, can contain the original packet (and hence the sigs and maybe the key) *origrr: The original Resource Record Returns the DNSSEC data chain ldnsdnssecdatachainprint() Prints the dnssecdatachain to the given file stream *out: The file stream to print to *chain: The dnssecdatachain to print 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 ldnsdnssecdatachain. 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 ™