1ldns(25 Apr 2005) ldns(25 Apr 2005)
2
3
4
6 ldns_octet
7
8
10 #ifdef HAVE_STDINT_H
11 #include <stdint.h>
12 #endif /* HAVE_STDINT_H */
13
14 #ifdef HAVE_STDBOOL_H
15 #include <stdbool.h>
16 #endif /* HAVE_STDBOOL_H */
17
18 #include <ldns/ldns.h>
19
20 ldns_status ldns_octet(char *word, size_t *length);
21
23 ldns_octet() removes \DDD, \[space] and other escapes from the input.
24 See RFC 1035, section 5.1.
25 word: what to check
26 length: the string
27 Returns ldns_status mesg
28
30 The ldns team at NLnet Labs. Which consists out of: Jelte Jansen, Erik
31 Rozendaal and Miek Gieben.
32
33
35 Please report bugs to ldns-team@nlnetlabs.nl or in our Bugzilla at
36 http://www.nlnetlabs.nl/bugs/index.html
37
38 Be sure to select ldns as the product.
39
40
42 Copyright (c) 2004, 2005 NLnet Labs. Licensed under the BSD License.
43 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
44 PARTICULAR PURPOSE.
45
46
48 ldns_rdf. And perldoc Net::DNS, RFC1043, RFC1035, RFC4033, RFC4034
49 and RFC4035.
50
52 This manpage was automaticly generated from the ldns source code by use
53 of Doxygen and some perl.
54
55
56
57 ldns(25 Apr 2005)