32#ifndef WIRE_LISTENER_H
33#define WIRE_LISTENER_H
40#include <netinet/in.h>
47#include <sys/select.h>
48#include <sys/socket.h>
51#define DNS_PORT_STRING "53"
52#define INBUF_SIZE 4096
53#define MAX_INTERFACES 32
void listener_cleanup(listener_type *listener)
void interface_cleanup(interface_type *i)
struct listener_struct listener_type
listener_type * listener_create(void)
interface_type * listener_push(listener_type *list, char *address, int family, const char *port)
struct interface_struct interface_type
union acl_addr_storage addr
interface_type * interfaces