1ldns(25 Apr 2005)                                            ldns(25 Apr 2005)
2
3
4

NAME

6       ldns_rr_label_count
7
8

SYNOPSIS

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       uint8_t ldns_rr_label_count(ldns_rr *rr);
21

DESCRIPTION

23       ldns_rr_label_count() counts the number of labels of the ownername.
24              rr: count the labels of this rr
25              Returns the number of labels
26

AUTHOR

28       The  ldns team at NLnet Labs. Which consists out of: Jelte Jansen, Erik
29       Rozendaal and Miek Gieben.
30
31

REPORTING BUGS

33       Please report bugs to ldns-team@nlnetlabs.nl  or  in  our  Bugzilla  at
34       http://www.nlnetlabs.nl/bugs/index.html
35
36       Be sure to select ldns as the product.
37
38
40       Copyright  (c)  2004, 2005 NLnet Labs.  Licensed under the BSD License.
41       There is NO warranty; not even for MERCHANTABILITY  or  FITNESS  FOR  A
42       PARTICULAR PURPOSE.
43
44

SEE ALSO

46       ldns_rr,   ldns_rr_list.    And  perldoc  Net::DNS,  RFC1043,  RFC1035,
47       RFC4033, RFC4034  and RFC4035.
48

REMARKS

50       This manpage was automaticly generated from the ldns source code by use
51       of Doxygen and some perl.
52
53
54
55                                                             ldns(25 Apr 2005)
Impressum