LDNS_GET_RR_LIST_ADDR_BY_NAME(3) - Linux man page online | Library functions
Get addresses by name or names by address.
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_list_addr_by_name, ldns_get_rr_list_name_by_addr - get addresses by name or names by addressSYNOPSIS
#include <stdint.h> #include <stdbool.h> #include <ldns/ldns.h> ldns_rr_list* ldns_get_rr_list_addr_by_name(ldns_resolver *r, const ldns_rdf *name, ldns_rr_class c, uint16_t flags); ldns_rr_list* ldns_get_rr_list_name_by_addr(ldns_resolver *r, const ldns_rdf *addr, ldns_rr_class c, uint16_t flags);DESCRIPTION
ldns_get_rr_list_addr_by_name() Ask the resolver about name and return all address records r: the resolver to use name: the name to look for c: the class to use flags: give some optional flags to the query ldns_get_rr_list_name_by_addr() ask the resolver about the address and return the name r: the resolver to use addr: the addr to look for c: the class to use flags: give some optional flags to the queryAUTHOR
The ldns team at NLnet Labs. Which consists out of Jelte Jansen and Miek Gieben.REPORTING BUGS
Please report bugs to