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

NAME

6       ldns_rr_compare, ldns_rr_compare_ds
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       int ldns_rr_compare(const ldns_rr *rr1, const ldns_rr *rr2);
21
22       bool ldns_rr_compare_ds(const ldns_rr *rr1, const ldns_rr *rr2);
23

DESCRIPTION

25       ldns_rr_compare() compares two rrs.
26              rr1: the first one
27              rr2: the second one
28              Returns  0  if  equal -1 if rr1 comes before rr2 +1 if rr2 comes
29              before rr1
30
31       ldns_rr_compare_ds() returns true of the given rr's  are  equal.   Also
32              returns  true  if  one  record  is a DS that represents the same
33              DNSKEY record as the other record
34              rr1: the first rr
35              rr2: the second rr
36              Returns true if equal otherwise false
37

AUTHOR

39       The ldns team at NLnet Labs. Which consists out of: Jelte Jansen,  Erik
40       Rozendaal and Miek Gieben.
41
42

REPORTING BUGS

44       Please  report  bugs  to  ldns-team@nlnetlabs.nl  or in our Bugzilla at
45       http://www.nlnetlabs.nl/bugs/index.html
46
47       Be sure to select ldns as the product.
48
49
51       Copyright (c) 2004, 2005 NLnet Labs.  Licensed under the  BSD  License.
52       There  is  NO  warranty;  not even for MERCHANTABILITY or FITNESS FOR A
53       PARTICULAR PURPOSE.
54
55

SEE ALSO

57       ldns_rr,  ldns_rr_list.   And  perldoc  Net::DNS,   RFC1043,   RFC1035,
58       RFC4033, RFC4034  and RFC4035.
59

REMARKS

61       This manpage was automaticly generated from the ldns source code by use
62       of Doxygen and some perl.
63
64
65
66                                                             ldns(25 Apr 2005)
Impressum