Manual Pages for Linux CentOS command on man ldns_rr_set_rd_count
MyWebUniversity

Manual Pages for Linux CentOS command on man ldns_rr_set_rd_count

ldns(3) Library Functions Manual ldns(3)

NAME ldnsrrsetowner, ldnsrrsetttl, ldnsrrsettype, ldnsrrsetrdcount, ldnsrrsetclass, ldnsrrsetrdf SYNOPSIS

#include

#include

#include void ldnsrrsetowner(ldnsrr *rr, ldnsrdf *owner); void ldnsrrsetttl(ldnsrr *rr, uint32t ttl); void ldnsrrsettype(ldnsrr *rr, ldnsrrtype rrtype); void ldnsrrsetrdcount(ldnsrr *rr, sizet count); void ldnsrrsetclass(ldnsrr *rr, ldnsrrclass rrclass); ldnsrdf* ldnsrrsetrdf(ldnsrr *rr, const ldnsrdf *f, sizet posi‐ tion); DESCRIPTION ldnsrrsetowner() sets the owner in the rr structure. *rr: rr to operate on *owner: set to this owner Returns void ldnsrrsetttl() sets the ttl in the rr structure. *rr: rr to operate on ttl: set to this ttl Returns void ldnsrrsettype() sets the type in the rr. *rr: rr to operate on rrtype: set to this type Returns void ldnsrrsetrdcount() sets the rdcount in the rr. *rr: rr to operate on count: set to this count Returns void ldnsrrsetclass() sets the class in the rr. *rr: rr to operate on rrclass: set to this class Returns void ldnsrrsetrdf() sets a rdf member, it will be set on the position given. The old value is returned, like pop. *rr: the rr to operate on *f: the rdf to set position: the position the set the rdf Returns the old value in the rr, NULL on failyre 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, ldnsrrlist. 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 ™