ldns_dname_compare (3) Linux Manual Page
ldns_dname_compare, ldns_dname_interval Synopsis #include <stdint.h> #include <stdbool.h> #include <ldns/ldns.h> int ldns_dname_compare(const ldns_rdf *dname1, const ldns_rdf *dname2); int ldns_dname_interval(const ldns_rdf *prev, const ldns_rdf *middle, const ldns_rdf *next); Description ldns_dname_compare() Compares the two dname rdf’s according to the algorithm for ordering in RFC4034 Section 6. .br dname1: First dname rdf to compare .br dname2: Second dname rdf…
