ldns_dname_left_chop (3) Linux Manual Page
ldns_dname_left_chop, ldns_dname_label_count Synopsis #include <stdint.h> #include <stdbool.h> #include <ldns/ldns.h> ldns_rdf* ldns_dname_left_chop(const ldns_rdf *d); uint8_t ldns_dname_label_count(const ldns_rdf *r); Description ldns_dname_left_chop() chop one label off the left side of a dname. so wwww.nlnetlabs.nl, becomes nlnetlabs.nl This new name is a clone and must be freed with ldns_deep_free() .br d: the dname to chop .br Returns the remaining…
