1ldns(25 Apr 2005)                                            ldns(25 Apr 2005)
2
3
4

NAME

6       ldns_get_rr_list_addr_by_name, ldns_get_rr_list_name_by_addr
7
8

SYNOPSIS

10       #ifdef HAVE_STDINT_H
11       #include <stdint.h>
12       #endif /* HAVE_STDINT_H */
13
14       #ifdef HAVE_STDBOOL_H
15       #include <stdbool.h>
16       #endif /* HAVE_STDBOOL_H */
17
18       #include <ldns/ldns.h>
19
20       ldns_rr_list*  ldns_get_rr_list_addr_by_name(ldns_resolver *r, ldns_rdf
21       *name, ldns_rr_class c, uint16_t flags);
22
23       ldns_rr_list* ldns_get_rr_list_name_by_addr(ldns_resolver *r,  ldns_rdf
24       *addr, ldns_rr_class c, uint16_t flags);
25

DESCRIPTION

27       ldns_get_rr_list_addr_by_name()  Ask the resolver about name and return
28              all address records
29              r: the resolver to use
30              name: the name to look for
31              c: the class to use
32              flags: give some optional flags to the query
33
34       ldns_get_rr_list_name_by_addr() ask the resolver about the address  and
35              return the name
36              r: the resolver to use
37              addr: the addr to look for
38              c: the class to use
39              flags: give some optional flags to the query
40

AUTHOR

42       The  ldns team at NLnet Labs. Which consists out of: Jelte Jansen, Erik
43       Rozendaal and Miek Gieben.
44
45

REPORTING BUGS

47       Please report bugs to ldns-team@nlnetlabs.nl  or  in  our  Bugzilla  at
48       http://www.nlnetlabs.nl/bugs/index.html
49
50       Be sure to select ldns as the product.
51
52
54       Copyright  (c)  2004, 2005 NLnet Labs.  Licensed under the BSD License.
55       There is NO warranty; not even for MERCHANTABILITY  or  FITNESS  FOR  A
56       PARTICULAR PURPOSE.
57

SEE ALSO

59       perldoc Net::DNS, RFC1043, RFC1035, RFC4033, RFC4034 and RFC4035.
60

REMARKS

62       This manpage was automaticly generated from the ldns source code by use
63       of Doxygen and some perl.
64
65
66
67                                                             ldns(25 Apr 2005)
Impressum