Home
last modified time | relevance | path

Searched refs:respip (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/unbound/
H A DMakefile.in141 $(CACHEDB_SRC) respip/respip.c $(CHECKLOCK_SRC) \
155 $(IPSECMOD_OBJ) $(IPSET_OBJ) $(DYNLIBMOD_OBJ) respip.lo timeval_func.lo
763 $(srcdir)/respip/respip.h
781 …$(srcdir)/libunbound/unbound.h $(srcdir)/respip/respip.h $(srcdir)/util/net_help.h $(srcdir)/util/…
831 …daemon/stats.h $(srcdir)/util/timehist.h $(srcdir)/libunbound/unbound.h $(srcdir)/respip/respip.h \
843 …daemon/stats.h $(srcdir)/util/timehist.h $(srcdir)/libunbound/unbound.h $(srcdir)/respip/respip.h \
860 $(srcdir)/util/timehist.h $(srcdir)/libunbound/unbound.h $(srcdir)/respip/respip.h \
873 …$(srcdir)/libunbound/unbound.h $(srcdir)/respip/respip.h $(srcdir)/dns64/dns64.h $(srcdir)/iterato…
887 …$(srcdir)/daemon/stats.h $(srcdir)/util/timehist.h $(srcdir)/respip/respip.h $(srcdir)/sldns/wire2…
904 …daemon/stats.h $(srcdir)/util/timehist.h $(srcdir)/libunbound/unbound.h $(srcdir)/respip/respip.h \
[all …]
/freebsd/lib/libunbound/
H A DMakefile7 …/services/cache ${UNBOUNDDIR}/util ${UNBOUNDDIR}/util/data ${UNBOUNDDIR}/respip ${UNBOUNDDIR}/util…
26 regional.c respip.c rfc_1982.c rpz.c rrdef.c rrset.c rtt.c sbuffer.c \
/freebsd/contrib/unbound/smallapp/
H A Dunbound-checkconf.c296 struct respip_set* respip = NULL; in view_and_respipchecks() local
300 if(!(respip = respip_set_create())) in view_and_respipchecks()
304 if(!respip_global_apply_cfg(respip, cfg)) in view_and_respipchecks()
310 respip_set_delete(respip); in view_and_respipchecks()
H A Dunbound-control.c277 PR_LL("mem.mod.respip", shm_stat->mem.respip); in print_mem()
/freebsd/contrib/unbound/libunbound/
H A Dunbound.h672 long long respip; member
/freebsd/contrib/unbound/respip/
H A Drespip.c1295 char srcip[128], respip[128], txt[512]; in respip_inform_print() local
1308 respip, sizeof(respip)); in respip_inform_print()
1325 "%s/%d %s %s@%u", respip, respip_addr->net, in respip_inform_print()
/freebsd/contrib/unbound/util/shm_side/
H A Dshm_main.c275 shm_stat->mem.respip = (long long)mod_get_mem(&worker->env, in shm_main_run()
/freebsd/contrib/unbound/contrib/
H A Dfastrpz.patch20 cachedb/cachedb.c cachedb/redis.c respip/respip.c $(CHECKLOCK_SRC) \
30 -$(IPSECMOD_OBJ) $(IPSET_OBJ) $(DYNLIBMOD_OBJ) respip.lo
31 +$(FASTRPZ_OBJ) $(IPSECMOD_OBJ) $(IPSET_OBJ) $(DYNLIBMOD_OBJ) respip.lo
92 #include "respip/respip.h"
3138 #include "respip/respip.h"
/freebsd/contrib/unbound/daemon/
H A Dremote.c794 size_t msg, rrset, val, iter, respip; in print_mem() local
812 respip = mod_get_mem(&worker->env, "respip"); in print_mem()
838 if(!print_longnum(ssl, "mem.mod.respip"SQ, respip)) in print_mem()
/freebsd/contrib/unbound/doc/
H A Dexample.conf.in1376 # transfer, or using HTTP. The respip module needs to be added
1377 # to the module-config, e.g.: module-config: "respip validator iterator".
H A DChangelog1343 - Fix doxygen warning in respip.h.
1733 'respip dns64 validator iterator' is not known to work.
2101 - Fix #492: module-config respip missing in unbound.conf.5.in man
2953 dns64 subnetcache respip validator iterator is whitelisted, it was
3042 - Fix more undefined sanitizer issues, in respip copy_rrset null
3070 - Add respip to supported module-config options in unbound-checkconf.
3540 - Fix in respip addrtree selection. Absence of addr_tree_init_parents()
3545 - Fix for possible assertion failure when answering respip CNAME from
3872 copy_rrset() is only called in the respip module, declare it
4158 - Fix to squelch respip warning in unit test, it is printed at
[all …]