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

NAME

6       ldns_update_pkt_new - create an update packet
7
8

SYNOPSIS

10       #include <stdint.h>
11       #include <stdbool.h>
12
13       #include <ldns/ldns.h>
14
15       ldns_pkt* ldns_update_pkt_new(ldns_rdf *zone_rdf, ldns_rr_class clas,
16       const ldns_rr_list *pr_rrlist, const ldns_rr_list *up_rrlist, const
17       ldns_rr_list *ad_rrlist);
18

DESCRIPTION

20       ldns_update_pkt_new() create an update packet from zone name, class and
21              the rr lists
22              zone_rdf: name of the zone The returned packet will take owner‐
23              ship of zone_rdf, so the caller should not free it
24              clas: zone class
25              pr_rrlist: list of Prerequisite Section RRs
26              up_rrlist: list of Updates Section RRs
27              ad_rrlist: list of Additional Data Section RRs (currently un‐
28              used)
29              Returns the new packet
30

AUTHOR

32       The ldns team at NLnet Labs.
33
34

REPORTING BUGS

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

SEE ALSO

48       ldns_update_pkt_tsig_add, ldns_update_pkt_tsig_add, ldns_update_zo‐
49       count, ldns_update_prcount, ldns_update_upcount, ldns_update_adcount,
50       ldns_update_set_zocount, ldns_update_set_prcount, ldns_update_set_up‐
51       count, ldns_update_set_adcount.  And perldoc Net::DNS, RFC1034,
52       RFC1035, RFC4033, RFC4034  and RFC4035.
53

REMARKS

55       This manpage was automatically generated from the ldns source code.
56
57
58
59                                  30 May 2006                          ldns(3)
Impressum