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

NAME

6       ldns_update_zocount, ldns_update_prcount, ldns_update_upcount, ldns_up‐
7       date_adcount - return update packet counters
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.
41
42

REPORTING BUGS

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

SEE ALSO

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

REMARKS

60       This manpage was automatically generated from the ldns source code.
61
62
63
64                                  30 May 2006                          ldns(3)
Impressum