Searched refs:listen_dnsport (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/unbound/services/
H A Dlisten_dnsport.h2 * services/listen_dnsport.h - listen on port 53 for incoming DNS queries.
55 struct listen_dnsport { struct
138 struct listen_dnsport* listen_create(struct comm_base* base,
147 void listen_delete(struct listen_dnsport* listen);
161 size_t listen_get_mem(struct listen_dnsport* listen);
167 void listen_stop_accept(struct listen_dnsport* listen);
173 void listen_start_accept(struct listen_dnsport* listen);
H A Dlisten_dnsport.c2 * services/listen_dnsport.c - listen on port 53 for incoming DNS queries.
46 #include "services/listen_dnsport.h"
915 listen_cp_insert(struct comm_point* c, struct listen_dnsport* front)
927 struct listen_dnsport*
932 struct listen_dnsport* front = (struct listen_dnsport*)
933 malloc(sizeof(struct listen_dnsport));
996 listen_delete(struct listen_dnsport* front)
1103 size_t listen_get_mem(struct listen_dnsport* listen)
1116 void listen_stop_accept(struct listen_dnsport* liste
[all...]
/freebsd-10.2-release/contrib/unbound/daemon/
H A Dworker.h55 struct listen_dnsport;
93 struct listen_dnsport* front;
/freebsd-10.2-release/lib/libunbound/
H A DMakefile19 libunbound.c libworker.c listen_dnsport.c localzone.c locks.c log.c \
/freebsd-10.2-release/contrib/unbound/
H A DMakefile.in100 iterator/iter_scrub.c iterator/iter_utils.c services/listen_dnsport.c \
124 COMMON_OBJ=$(COMMON_OBJ_WITHOUT_NETCALL) netevent.lo listen_dnsport.lo \
691 listen_dnsport.lo listen_dnsport.o: $(srcdir)/services/listen_dnsport.c config.h \
692 $(srcdir)/services/listen_dnsport.h $(srcdir)/util/netevent.h $(srcdir)/services/outside_network.h \
719 $(srcdir)/services/listen_dnsport.h $(srcdir)/services/cache/infra.h \
966 $(srcdir)/services/listen_dnsport.h $(srcdir)/services/cache/rrset.h $(srcdir)/services/cache/infra.h \
977 $(srcdir)/util/net_help.h $(srcdir)/services/listen_dnsport.h $(srcdir)/services/cache/rrset.h \
1000 $(srcdir)/services/listen_dnsport
[all...]

Completed in 174 milliseconds