Manual Pages for Linux CentOS command on man ldns_dnssec_zone
MyWebUniversity

Manual Pages for Linux CentOS command on man ldns_dnssec_zone

ldns(3) Library Functions Manual ldns(3)

NAME ldnsdnsseczone, ldnsdnssecname, ldnsdnssecrrs, ldnsdnssecrrsets SYNOPSIS

#include

#include

#include ldnsdnsseczone(); DESCRIPTION ldnsdnsseczone() ldnsdnssecname Structure containing all resource records for a domain name Including the derived NSEC3, if present struct ldnsstructdnssecname { /** * pointer to a dname containing the name. * Usually points to the owner name of the first RR of the first RRset */ ldnsrdf *name; /** * Usually, the name is a pointer to the owner name of the first rr for * this name, but sometimes there is no actual data to point to, * for instance in * names representing empty nonterminals. If so, set alloced to true to * indicate that this data must also be freed when the name is freed */ bool namealloced; /** * The rrsets for this name */ ldnsdnssecrrsets *rrsets; /** * NSEC pointing to the next name (or NSEC3 pointing to the next NSEC3) */ ldnsrr *nsec; /** * signatures for the NSEC record */ ldnsdnssecrrs *nsecsignatures; /** * Unlike what the name isglue suggests, this field is set to true by * ldnsdnsseczonemarkglue() or ldnsdnsseczonemarkandgetglue() * when the name, this dnssecname struct represents, is occluded. * Names that contain other occluded rrsets and records with glue on * the delegation point will NOT have this bool set to true. * This field should NOT be read directly, but only via the * ldnsdnssecnameisglue() function! */ bool isglue; /** * pointer to store the hashed name (only used when in an NSEC3 zone */ ldnsrdf *hashedname; }; typedef struct ldnsstructdnssecname ldnsdnssecname; ldnsdnssecrrs Singly linked list of rrs struct ldnsstructdnssecrrs { ldnsrr *rr; ldnsdnssecrrs *next; }; typedef struct ldnsstructdnssecrrs ldnsdnssecrrs; ldnsdnssecrrsets Singly linked list of RRsets struct ldnsstructdnssecrrsets { ldnsdnssecrrs *rrs; ldnsrrtype type; ldnsdnssecrrs *signatures; ldnsdnssecrrsets *next; }; typedef struct ldnsstructdnssecrrsets ldnsdnssecrrsets; 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 ldnsdnsseczonenew, ldnsdnssecnamenew, ldnsdnssecrrsnew, ldnsdnssecrrsetsnew. 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 ™