Manual Pages for Linux CentOS command on man ldns_rr_descriptor_minimum
MyWebUniversity

Manual Pages for Linux CentOS command on man ldns_rr_descriptor_minimum

ldns(3) Library Functions Manual ldns(3)

NAME ldnsrrdescriptor, ldnsrrdescript, ldnsrrdescriptorminimum, ldnsrrdescriptormaximum, ldnsrrdescriptorfieldtype SYNOPSIS

#include

#include

#include const ldnsrrdescriptor* ldnsrrdescript(uint16t type); sizet ldnsrrdescriptorminimum(const ldnsrrdescriptor *descrip‐ tor); sizet ldnsrrdescriptormaximum(const ldnsrrdescriptor *descrip‐ tor); ldnsrdftype ldnsrrdescriptorfieldtype(const ldnsrrdescriptor *descriptor, sizet field); DESCRIPTION ldnsrrdescriptor Contains all information about resource record types. This structure contains, for all rr types, the rdata fields that are defined. struct ldnsstructrrdescriptor { Type of the RR that is described here: ldnsrrtype type; Textual name of the RR type.: const char *name; Minimum number of rdata fields in the RRs of this type.: uint8t minimum; Maximum number of rdata fields in the RRs of this type.: uint8t maximum; Wireformat specification for the rr, i.e. the types of rdata fields in their respective order.: const ldnsrdftype *wireformat; Special rdf types: ldnsrdftype variable; Specifies whether compression can be used for dnames in this RR type.: ldnsrrcompress compress; The number of DNAMEs in the wireformat string, for pars‐ ing.: uint8t dnamecount; }; typedef struct ldnsstructrrdescriptor ldnsrrdescriptor; ldnsrrdescript() returns the resource record descriptor for the given rr type. type: the type value of the rr type Returns the ldnsrrdescriptor for this type ldnsrrdescriptorminimum() returns the minimum number of rdata fields of the rr type this descriptor describes. descriptor: for an rr type Returns the minimum number of rdata fields ldnsrrdescriptormaximum() returns the maximum number of rdata fields of the rr type this descriptor describes. descriptor: for an rr type Returns the maximum number of rdata fields ldnsrrdescriptorfieldtype() returns the rdf type for the given rdata field number of the rr type for the given descriptor. descriptor: for an rr type field: the field number Returns the rdf type for the field 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 ldnsrr, ldnsrdf. 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 ™