1ldns(3)                    Library Functions Manual                    ldns(3)
2
3
4

NAME

6       ldns_get_rr_list_addr_by_name, ldns_get_rr_list_name_by_addr
7
8

SYNOPSIS

10       #include <stdint.h>
11       #include <stdbool.h>
12
13       #include <ldns/ldns.h>
14
15        ldns_get_rr_list_addr_by_name();
16
17       ldns_rr_list*  ldns_get_rr_list_name_by_addr(ldns_resolver *r, ldns_rdf
18       *addr, ldns_rr_class c, uint16_t flags);
19

DESCRIPTION

21       ldns_get_rr_list_addr_by_name()
22
23       ldns_get_rr_list_name_by_addr() ask the resolver about the address  and
24              return the name
25              r: the resolver to use
26              addr: the addr to look for
27              c: the class to use
28              flags: give some optional flags to the query
29

AUTHOR

31       The  ldns  team  at  NLnet Labs. Which consists out of Jelte Jansen and
32       Miek Gieben.
33
34

REPORTING BUGS

36       Please report bugs to ldns-team@nlnetlabs.nl  or  in  our  bugzilla  at
37       http://www.nlnetlabs.nl/bugs/index.html
38
39
41       Copyright (c) 2004 - 2006 NLnet Labs.
42
43       Licensed under the BSD License. There is NO warranty; not even for MER‐
44       CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
45
46

SEE ALSO

48       ldns_rr_list,  ldns_rr.   And  perldoc  Net::DNS,   RFC1034,   RFC1035,
49       RFC4033, RFC4034  and RFC4035.
50

REMARKS

52       This manpage was automaticly generated from the ldns source code by use
53       of Doxygen and some perl.
54
55
56
57                                  30 May 2006                          ldns(3)
Impressum