1ldns(3) Library Functions Manual ldns(3)
2
3
4
6 ldns_b32_ntop_calculate_size, ldns_b32_pton_calculate_size,
7 ldns_b64_ntop_calculate_size, ldns_b64_pton_calculate_size - return
8 size needed for b32 or b64 encoded or decoded data
9
10
12 #include <stdint.h>
13 #include <stdbool.h>
14
15 #include <ldns/ldns.h>
16
17 ldns_b32_ntop_calculate_size();
18
19 ldns_b32_pton_calculate_size();
20
21 ldns_b64_ntop_calculate_size();
22
23 ldns_b64_pton_calculate_size();
24
26 ldns_b32_ntop_calculate_size()
27
28 ldns_b32_pton_calculate_size()
29
30 ldns_b64_ntop_calculate_size()
31
32 ldns_b64_pton_calculate_size()
33
35 The ldns team at NLnet Labs.
36
37
39 Please report bugs to ldns-team@nlnetlabs.nl or in our bugzilla at
40 http://www.nlnetlabs.nl/bugs/index.html
41
42
44 Copyright (c) 2004 - 2006 NLnet Labs.
45
46 Licensed under the BSD License. There is NO warranty; not even for MER‐
47 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
48
50 perldoc Net::DNS, RFC1034, RFC1035, RFC4033, RFC4034 and RFC4035.
51
53 This manpage was automatically generated from the ldns source code.
54
55
56
57 30 May 2006 ldns(3)