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_send();
16
18 ldns_send()
19
21 The ldns team at NLnet Labs.
22
23
25 Please report bugs to ldns-team@nlnetlabs.nl or in our bugzilla at
26 http://www.nlnetlabs.nl/bugs/index.html
27
28
30 Copyright (c) 2004 - 2006 NLnet Labs.
31
32 Licensed under the BSD License. There is NO warranty; not even for MER‐
33 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
34
35
37 ldns_pkt, ldns_resolver. And perldoc Net::DNS, RFC1034, RFC1035,
38 RFC4033, RFC4034 and RFC4035.
39
41 This manpage was automatically generated from the ldns source code.
42
43
44
45 30 May 2006 ldns(3)