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

NAME

6       ldns_rr_address, ldns_rr_set_address
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_rdf* ldns_rr_address(ldns_rr *r);
21
22       bool ldns_rr_set_address(ldns_rr *r, ldns_rdf *f);
23

DESCRIPTION

25       ldns_rr_address() returns the address of a LDNS_RR_TYPE_A rr
26              r: the resource record
27              Returns a ldns_rdf* with the address or NULL on failure
28
29       ldns_rr_set_address() sets the address of a LDNS_RR_TYPE_A rr
30              r: the rr to use
31              f: the address to set
32              Returns true on success, false otherwise
33

AUTHOR

35       The  ldns team at NLnet Labs. Which consists out of: Jelte Jansen, Erik
36       Rozendaal and Miek Gieben.
37
38

REPORTING BUGS

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

SEE ALSO

52       perldoc Net::DNS, RFC1043, RFC1035, RFC4033, RFC4034 and RFC4035.
53

REMARKS

55       This manpage was automaticly generated from the ldns source code by use
56       of Doxygen and some perl.
57
58
59
60                                                             ldns(25 Apr 2005)
Impressum