1ldns(3) Library Functions Manual ldns(3)
2
3
4
6 ldns_send - send a packet
7
8
10 #include <stdint.h>
11 #include <stdbool.h>
12
13 #include <ldns/ldns.h>
14
15 ldns_status ldns_send(ldns_pkt **pkt, ldns_resolver *r, const ldns_pkt
16 *query_pkt);
17
19 ldns_send() Sends ptk to the nameserver at the resolver object. Returns
20 the data as a ldns_pkt
21
22 pkt: packet received from the nameserver
23 r: the resolver to use
24 query_pkt: the query to send
25 Returns status
26
28 The ldns team at NLnet Labs. Which consists out of Jelte Jansen and
29 Miek Gieben.
30
31
33 Please report bugs to ldns-team@nlnetlabs.nl or in our bugzilla at
34 http://www.nlnetlabs.nl/bugs/index.html
35
36
38 Copyright (c) 2004 - 2006 NLnet Labs.
39
40 Licensed under the BSD License. There is NO warranty; not even for MER‐
41 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
42
43
45 ldns_pkt, ldns_resolver. And perldoc Net::DNS, RFC1034, RFC1035,
46 RFC4033, RFC4034 and RFC4035.
47
49 This manpage was automatically generated from the ldns source code by
50 use of Doxygen and some perl.
51
52
53
54 30 May 2006 ldns(3)