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

NAME

6       ldns_bubblebabble - encode data as BubbleBabble
7
8

SYNOPSIS

10       #include <stdint.h>
11       #include <stdbool.h>
12
13       #include <ldns/ldns.h>
14
15       char* ldns_bubblebabble(uint8_t *data, size_t len);
16

DESCRIPTION

18       ldns_bubblebabble() Encode data as BubbleBabble
19
20              data: a pointer to data to be encoded
21              len: size the number of bytes of data
22              Returns a string of BubbleBabble
23

AUTHOR

25       The ldns team at NLnet Labs. Which consists out of Jelte Jansen and
26       Miek Gieben.
27
28

REPORTING BUGS

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

SEE ALSO

41       perldoc Net::DNS, RFC1034, RFC1035, RFC4033, RFC4034 and RFC4035.
42

REMARKS

44       This manpage was automatically generated from the ldns source code by
45       use of Doxygen and some perl.
46
47
48
49                                  30 May 2006                          ldns(3)
Impressum