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

/freebsd-11-stable/contrib/unbound/services/
H A Dlisten_dnsport.h2 * services/listen_dnsport.h - listen on port 53 for incoming DNS queries.
59 struct listen_dnsport { struct
171 struct listen_dnsport*
183 void listen_delete(struct listen_dnsport* listen);
197 size_t listen_get_mem(struct listen_dnsport* listen);
203 void listen_stop_accept(struct listen_dnsport* listen);
209 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.
50 #include "services/listen_dnsport.h"
1231 listen_cp_insert(struct comm_point* c, struct listen_dnsport* front)
1243 struct listen_dnsport*
1251 struct listen_dnsport* front = (struct listen_dnsport*)
1252 malloc(sizeof(struct listen_dnsport));
1378 listen_delete(struct listen_dnsport* front)
1675 size_t listen_get_mem(struct listen_dnsport* listen)
1694 void listen_stop_accept(struct listen_dnsport* liste
[all...]
/freebsd-11-stable/contrib/unbound/daemon/
H A Dworker.h55 struct listen_dnsport;
94 struct listen_dnsport* front;
/freebsd-11-stable/lib/libunbound/
H A DMakefile23 listen_dnsport.c localzone.c locks.c log.c lookup3.c lruhash.c \
/freebsd-11-stable/testcode/
H A Dfake_event.c41 * services/listen_dnsport.c
57 #include "services/listen_dnsport.h"
868 struct listen_dnsport*
881 struct listen_dnsport* l= calloc(1, sizeof(struct listen_dnsport));
897 listen_delete(struct listen_dnsport* listen)
1374 size_t listen_get_mem(struct listen_dnsport* ATTR_UNUSED(listen))
1599 void listen_start_accept(struct listen_dnsport* ATTR_UNUSED(listen))
1603 void listen_stop_accept(struct listen_dnsport* ATTR_UNUSED(listen))
/freebsd-11-stable/contrib/unbound/
H A DMakefile.in118 iterator/iter_scrub.c iterator/iter_utils.c services/listen_dnsport.c \
151 COMMON_OBJ_WITHOUT_UB_EVENT=$(COMMON_OBJ_WITHOUT_NETCALL) netevent.lo listen_dnsport.lo \
796 listen_dnsport.lo listen_dnsport.o: $(srcdir)/services/listen_dnsport.c config.h \
797 $(srcdir)/services/listen_dnsport.h $(srcdir)/util/netevent.h $(srcdir)/dnscrypt/dnscrypt.h \
826 $(srcdir)/util/edns.h $(srcdir)/sldns/wire2str.h $(srcdir)/util/data/dname.h $(srcdir)/services/listen_dnsport.h
862 $(srcdir)/services/listen_dnsport.h $(srcdir)/services/cache/infra.h $(srcdir)/util/storage/lruhash.h \
922 $(srcdir)/services/listen_dnsport.h $(srcdir)/sldns/str2wire.h $(srcdir)/sldns/wire2str.h \
960 $(srcdir)/dnstap/dnstap.h $(srcdir)/services/listen_dnsport
[all...]

Completed in 131 milliseconds