1ldns(3) Library Functions Manual ldns(3)
2
3
4
6 ldns_update_pkt_tsig_add - add resolver's tsig credentials to an
7 ldns_pkt
8
9
11 #include <stdint.h>
12 #include <stdbool.h>
13
14 #include <ldns/ldns.h>
15
16 ldns_status ldns_update_pkt_tsig_add(ldns_pkt *p, const ldns_resolver
17 *r);
18
20 ldns_update_pkt_tsig_add() add tsig credentials to a packet from a re‐
21 solver
22 p: packet to copy to
23 r: resolver to copy from
24
25 Returns status whether successful or not
26
28 The ldns team at NLnet Labs.
29
30
32 Please report bugs to ldns-team@nlnetlabs.nl or in our bugzilla at
33 http://www.nlnetlabs.nl/bugs/index.html
34
35
37 Copyright (c) 2004 - 2006 NLnet Labs.
38
39 Licensed under the BSD License. There is NO warranty; not even for MER‐
40 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
41
42
44 ldns_update_pkt_new. And perldoc Net::DNS, RFC1034, RFC1035, RFC4033,
45 RFC4034 and RFC4035.
46
48 This manpage was automatically generated from the ldns source code.
49
50
51
52 30 May 2006 ldns(3)