Go to the documentation of this file.
28 #include <arpa/inet.h>
30 #include <netinet/in.h>
35 #include <sys/types.h>
36 #include <sys/param.h>
37 #include <sys/select.h>
38 #include <sys/socket.h>
43 #ifndef TOOLS_ZONEFETCHER_H
44 #define TOOLS_ZONEFETCHER_H
46 #define DNS_PORT_STRING "53"
47 #define INBUF_SIZE 4096
48 #define MAX_INTERFACES 128
136 const char* group,
const char* user,
const char* chroot,
137 const char* log_file,
int use_syslog,
int verbosity);