Home
last modified time | relevance | path

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

/freebsd-head/contrib/unbound/
HDMakefile.in141 $(CACHEDB_SRC) respip/respip.c $(CHECKLOCK_SRC) \
155 $(IPSECMOD_OBJ) $(IPSET_OBJ) $(DYNLIBMOD_OBJ) respip.lo timeval_func.lo
768 $(srcdir)/respip/respip.h
786 …$(srcdir)/libunbound/unbound.h $(srcdir)/respip/respip.h $(srcdir)/util/net_help.h $(srcdir)/util/…
836 …daemon/stats.h $(srcdir)/util/timehist.h $(srcdir)/libunbound/unbound.h $(srcdir)/respip/respip.h \
848 …daemon/stats.h $(srcdir)/util/timehist.h $(srcdir)/libunbound/unbound.h $(srcdir)/respip/respip.h \
865 $(srcdir)/util/timehist.h $(srcdir)/libunbound/unbound.h $(srcdir)/respip/respip.h \
878 …$(srcdir)/libunbound/unbound.h $(srcdir)/respip/respip.h $(srcdir)/dns64/dns64.h $(srcdir)/iterato…
884 …dir)/sldns/rrdef.h $(srcdir)/sldns/sbuffer.h $(srcdir)/util/config_file.h $(srcdir)/respip/respip.h
892 …$(srcdir)/daemon/stats.h $(srcdir)/util/timehist.h $(srcdir)/respip/respip.h $(srcdir)/sldns/wire2…
[all …]
/freebsd-head/lib/libunbound/
HDMakefile7 …/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-head/contrib/unbound/smallapp/
HDunbound-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()
HDunbound-control.c291 PR_LL("mem.mod.respip", shm_stat->mem.respip); in print_mem()
/freebsd-head/contrib/unbound/libunbound/
HDunbound.h672 long long respip; member
/freebsd-head/contrib/unbound/respip/
HDrespip.c1317 char srcip[128], respip[128], txt[512]; in respip_inform_print() local
1330 respip, sizeof(respip)); in respip_inform_print()
1347 "%s/%d %s %s@%u", respip, respip_addr->net, in respip_inform_print()
/freebsd-head/contrib/unbound/util/shm_side/
HDshm_main.c275 shm_stat->mem.respip = (long long)mod_get_mem(&worker->env, in shm_main_run()
/freebsd-head/contrib/unbound/testdata/
HDrpz_nsdname.rpl3 module-config: "respip validator iterator"
HDrpz_val_block.rpl3 module-config: "respip validator iterator"
/freebsd-head/contrib/unbound/contrib/
HDfastrpz.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-head/contrib/unbound/doc/
HDexample.conf.in1406 # transfer, or using HTTP. The respip module needs to be added
1407 # to the module-config, e.g.: module-config: "respip validator iterator".
HDChangelog1608 - Fix doxygen warning in respip.h.
1998 'respip dns64 validator iterator' is not known to work.
2366 - Fix #492: module-config respip missing in unbound.conf.5.in man
3218 dns64 subnetcache respip validator iterator is whitelisted, it was
3307 - Fix more undefined sanitizer issues, in respip copy_rrset null
3335 - Add respip to supported module-config options in unbound-checkconf.
3805 - Fix in respip addrtree selection. Absence of addr_tree_init_parents()
3810 - Fix for possible assertion failure when answering respip CNAME from
4137 copy_rrset() is only called in the respip module, declare it
4423 - Fix to squelch respip warning in unit test, it is printed at
[all …]
/freebsd-head/contrib/unbound/daemon/
HDremote.c888 size_t msg, rrset, val, iter, respip; in print_mem() local
906 respip = mod_get_mem(&worker->env, "respip"); in print_mem()
932 if(!print_longnum(ssl, "mem.mod.respip"SQ, respip)) in print_mem()