1ldns(3)                    Library Functions Manual                    ldns(3)
2
3
4

NAME

6       ldns_zone
7
8

SYNOPSIS

10       #include <stdint.h>
11       #include <stdbool.h>
12
13       #include <ldns/ldns.h>
14

DESCRIPTION

16       ldns_zone
17              DNS Zone
18
19              A list of RR's with some
20              extra information which comes from the SOA RR
21              Note: nothing has been done to make this efficient (yet).
22              struct ldns_struct_zone
23              {
24                   the soa defines a zone:
25                   ldns_rr   *_soa;
26                   /* basicly a zone is a list of rr's */
27                   ldns_rr_list   *_rrs;
28                   /* we could change this to be a b-tree etc etc todo */
29              };
30              typedef struct ldns_struct_zone ldns_zone;
31

AUTHOR

33       The  ldns  team  at  NLnet Labs. Which consists out of Jelte Jansen and
34       Miek Gieben.
35
36

REPORTING BUGS

38       Please report bugs to ldns-team@nlnetlabs.nl  or  in  our  bugzilla  at
39       http://www.nlnetlabs.nl/bugs/index.html
40
41
43       Copyright (c) 2004 - 2006 NLnet Labs.
44
45       Licensed under the BSD License. There is NO warranty; not even for MER‐
46       CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
47
48

SEE ALSO

50       ldns_zone_new,        ldns_zone_deep_free,        ldns_zone_new_frm_fp,
51       ldns_zone_new_frm_fp_l,     ldns_zone_sort,     ldns_zone_glue_rr_list,
52       ldns_zone_push_rr,      ldns_zone_push_rr_list,      ldns_zone_set_rrs,
53       ldns_zone_set_soa,  ldns_zone_rrs,  ldns_zone_soa,  ldns_zone_rr_count.
54       And perldoc Net::DNS, RFC1034, RFC1035, RFC4033, RFC4034  and RFC4035.
55

REMARKS

57       This manpage was automaticly generated from the ldns source code by use
58       of Doxygen and some perl.
59
60
61
62                                  30 May 2006                          ldns(3)
Impressum