LDNS_GET_RR_TYPE_BY_NAME(3) - Linux man page online | Library functions
Lookup class or type by name.
Chapter
30 May 2006
ldns(3) Library Functions Manual ldns(3)
@nlnetlabs.nl or in our bugzilla at http://www.nlnet‐
labs.nl/bugs/index.html
30 May 2006 ldns(3)
NAME
ldns_get_rr_class_by_name, ldns_get_rr_type_by_name - lookup class or type by nameSYNOPSIS
#include <stdint.h> #include <stdbool.h> #include <ldns/ldns.h> ldns_rr_class ldns_get_rr_class_by_name(const char *name); ldns_rr_type ldns_get_rr_type_by_name(const char *name);DESCRIPTION
ldns_get_rr_class_by_name() retrieves a class by looking up its name. name: string with the name Returns the cass which corresponds with the name ldns_get_rr_type_by_name() retrieves a rrtype by looking up its name. name: a string with the name Returns the type which corresponds with the nameAUTHOR
The ldns team at NLnet Labs. Which consists out of Jelte Jansen and Miek Gieben.REPORTING BUGS
Please report bugs to