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

NAME

6       ldns_is_rrset
7
8

SYNOPSIS

10       #include <stdint.h>
11       #include <stdbool.h>
12
13       #include <ldns/ldns.h>
14
15       bool ldns_is_rrset(ldns_rr_list *rr_list);
16

DESCRIPTION

18       ldns_is_rrset() checks if an rr_list is a rrset.
19              rr_list: the rr_list to check
20              Returns true if it is an rrset otherwise false
21

AUTHOR

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

REPORTING BUGS

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

SEE ALSO

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

REMARKS

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