1ldns(3) Library Functions Manual ldns(3)
2
3
4
6 ldns_update_set_zocount, ldns_update_set_prcount,
7 ldns_update_set_upcount, ldns_update_set_adcount
8
9
11 #include <stdint.h>
12 #include <stdbool.h>
13
14 #include <ldns/ldns.h>
15
16 ldns_update_set_zocount();
17
18 void ldns_update_set_prcount(ldns_pkt *p, uint16_t c);
19
20 void ldns_update_set_upcount(ldns_pkt *p, uint16_t c);
21
22 void ldns_update_set_adcount(ldns_pkt *p, uint16_t c);
23
25 ldns_update_set_zocount()
26
27 ldns_update_set_prcount() Set the pr count
28 p: the packet
29 c: the pr count to set
30
31 ldns_update_set_upcount() Set the up count
32 p: the packet
33 c: the up count to set
34
35 ldns_update_set_adcount() Set the ad count
36 p: the packet
37 c: the ad count to set
38
40 The ldns team at NLnet Labs. Which consists out of Jelte Jansen and
41 Miek Gieben.
42
43
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
57 ldns_update_pkt_new. And perldoc Net::DNS, RFC1034, RFC1035, RFC4033,
58 RFC4034 and RFC4035.
59
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)