Manual Pages for Linux CentOS command on man ldns_zone_new_frm_fp_l
MyWebUniversity

Manual Pages for Linux CentOS command on man ldns_zone_new_frm_fp_l

ldns(3) Library Functions Manual ldns(3)

NAME ldnszonenew, ldnszonedeepfree, ldnszonenewfrmfp, ldnszonenewfrmfpl SYNOPSIS

#include

#include

#include ldnszone * ldnszonenew(void); void ldnszonedeepfree(ldnszone *zone); ldnsstatus ldnszonenewfrmfp(ldnszone **z, FILE *fp, ldnsrdf *origin, uint32t ttl, ldnsrrclass c); ldnsstatus ldnszonenewfrmfpl(ldnszone **z, FILE *fp, ldnsrdf *origin, uint32t ttl, ldnsrrclass c, int *linenr); DESCRIPTION ldnszonenew() create a new ldnszone structure Returns a pointer to a ldnszone structure ldnszonedeepfree() Frees the allocated memory for the zone, the soa rr in it, and the rrlist structure in it, including the rr's in that. etc. zone: the zone to free ldnszonenewfrmfp() Create a new zone from a file z: the new zone *fp: the filepointer to use *origin: the zones' origin ttl: default ttl to use c: default class to use (IN) Returns ldnsstatus mesg with an error or LDNSSTATUSOK ldnszonenewfrmfpl() Create a new zone from a file, keep track of the line numbering z: the new zone *fp: the filepointer to use *origin: the zones' origin ttl: default ttl to use c: default class to use (IN) linenr: used for error msg, to get to the line number Returns ldnsstatus mesg with an error or LDNSSTATUSOK 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 ldnszone. 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 ™