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

NAME

6       ldns_update_zocount,      ldns_update_prcount,     ldns_update_upcount,
7       ldns_update_adcount
8
9

SYNOPSIS

11       #include <stdint.h>
12       #include <stdbool.h>
13
14       #include <ldns/ldns.h>
15
16       uint16_t ldns_update_zocount(const ldns_pkt *p);
17
18       uint16_t ldns_update_prcount(const ldns_pkt *p);
19
20       uint16_t ldns_update_upcount(const ldns_pkt *p);
21
22        ldns_update_adcount();
23

DESCRIPTION

25       ldns_update_zocount() Get the zo count
26              p: the packet
27              Returns the zo count
28
29       ldns_update_prcount() Get the zo count
30              p: the packet
31              Returns the pr count
32
33       ldns_update_upcount() Get the zo count
34              p: the packet
35              Returns the up count
36
37       ldns_update_adcount()
38

AUTHOR

40       The ldns team at NLnet Labs. Which consists out  of  Jelte  Jansen  and
41       Miek Gieben.
42
43

REPORTING BUGS

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

SEE ALSO

57       ldns_update_pkt_new.   And perldoc Net::DNS, RFC1034, RFC1035, RFC4033,
58       RFC4034  and RFC4035.
59

REMARKS

61       This manpage was automaticly generated from the ldns source code by use
62       of Doxygen and some perl.
63
64
65
66                                  30 May 2006                          ldns(3)
Impressum