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

NAME

6       ldns_get_rr_list_hosts_frm_fp_l
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_hosts_frm_fp_l(FILE *fp, int *line_nr);
21

DESCRIPTION

23       ldns_get_rr_list_hosts_frm_fp_l()  wade  through  fp (a /etc/hosts like
24              file) and return a rr_list containing all the defined  hosts  in
25              there
26              fp: the file pointer to use
27              line_nr:  pointer to an integer containing the current line num‐
28              ber (for debugging purposes)
29              Returns ldns_rr_list * with the names
30

AUTHOR

32       The ldns team at NLnet Labs. Which consists out of: Jelte Jansen,  Erik
33       Rozendaal and Miek Gieben.
34
35

REPORTING BUGS

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

SEE ALSO

49       perldoc Net::DNS, RFC1043, RFC1035, 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                                                             ldns(25 Apr 2005)
Impressum