Home
last modified time | relevance | path

Searched refs:listen_dnsport (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.h66 struct listen_dnsport { struct
209 struct listen_dnsport*
223 void listen_delete(struct listen_dnsport* listen);
242 size_t listen_get_mem(struct listen_dnsport* listen);
248 void listen_stop_accept(struct listen_dnsport* listen);
254 void listen_start_accept(struct listen_dnsport* listen);
H A Dlisten_dnsport.c1477 listen_cp_insert(struct comm_point* c, struct listen_dnsport* front) in listen_cp_insert()
1521 struct listen_dnsport*
1531 struct listen_dnsport* front = (struct listen_dnsport*) in listen_create()
1532 malloc(sizeof(struct listen_dnsport)); in listen_create()
1674 listen_delete(struct listen_dnsport* front) in listen_delete()
2076 size_t listen_get_mem(struct listen_dnsport* listen) in listen_get_mem()
2095 void listen_stop_accept(struct listen_dnsport* listen) in listen_stop_accept()
2108 void listen_start_accept(struct listen_dnsport* listen) in listen_start_accept()
/freebsd/contrib/unbound/daemon/
H A Dworker.h55 struct listen_dnsport;
98 struct listen_dnsport* front;
/freebsd/lib/libunbound/
H A DMakefile21 listen_dnsport.c localzone.c locks.c log.c lookup3.c lruhash.c \
/freebsd/contrib/unbound/
H A DMakefile.in123 iterator/iter_scrub.c iterator/iter_utils.c services/listen_dnsport.c \
156 COMMON_OBJ_WITHOUT_UB_EVENT=$(COMMON_OBJ_WITHOUT_NETCALL) netevent.lo listen_dnsport.lo \
834 listen_dnsport.lo listen_dnsport.o: $(srcdir)/services/listen_dnsport.c config.h \
835 $(srcdir)/services/listen_dnsport.h $(srcdir)/util/netevent.h $(srcdir)/dnscrypt/dnscrypt.h \
864 …l/edns.h $(srcdir)/sldns/wire2str.h $(srcdir)/util/data/dname.h $(srcdir)/services/listen_dnsport.h
896 …$(srcdir)/services/listen_dnsport.h $(srcdir)/services/cache/infra.h $(srcdir)/util/storage/lruhas…
955 $(srcdir)/services/listen_dnsport.h $(srcdir)/sldns/str2wire.h $(srcdir)/sldns/wire2str.h \
999 $(srcdir)/dnstap/dnstap.h $(srcdir)/services/listen_dnsport.h $(srcdir)/util/timeval_func.h
1288 $(srcdir)/util/edns.h $(srcdir)/services/listen_dnsport.h $(srcdir)/services/cache/rrset.h \
1301 $(srcdir)/util/net_help.h $(srcdir)/services/listen_dnsport.h $(srcdir)/services/cache/rrset.h \
[all …]
/freebsd/contrib/unbound/contrib/
H A Dunbound-fuzzme.patch93 …dir)/util/storage/slabhash.h $(srcdir)/util/storage/lruhash.h $(srcdir)/services/listen_dnsport.h \
H A Dfastrpz.patch32 COMMON_OBJ_WITHOUT_UB_EVENT=$(COMMON_OBJ_WITHOUT_NETCALL) netevent.lo listen_dnsport.lo \
3139 #include "services/listen_dnsport.h"
/freebsd/contrib/unbound/doc/
H A DChangelog1793 - Fix #454: listen_dnsport.c:825: error: ‘IPV6_TCLASS’ undeclared.
2229 - Fix compile error in listen_dnsport on Android.
5302 - Fix #1250: inconsistent indentation in services/listen_dnsport.c.
12352 - added callback argument to listen_dnsport and daemon/worker.
12371 - listen_dnsport service. Binds ports.