Searched refs:respip (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/unbound/ |
| H A D | Makefile.in | 141 $(CACHEDB_SRC) respip/respip.c $(CHECKLOCK_SRC) \ 155 $(IPSECMOD_OBJ) $(IPSET_OBJ) $(DYNLIBMOD_OBJ) respip.lo timeval_func.lo 776 $(srcdir)/util/timehist.h $(srcdir)/libunbound/unbound.h $(srcdir)/respip/respip.h 795 …daemon/stats.h $(srcdir)/util/timehist.h $(srcdir)/libunbound/unbound.h $(srcdir)/respip/respip.h \ 849 $(srcdir)/libunbound/unbound.h $(srcdir)/respip/respip.h $(srcdir)/validator/val_anchor.h \ 863 …$(srcdir)/libunbound/unbound.h $(srcdir)/respip/respip.h $(srcdir)/util/fptr_wlist.h $(srcdir)/uti… 883 $(srcdir)/libunbound/unbound.h $(srcdir)/respip/respip.h $(srcdir)/services/outbound_list.h \ 899 …$(srcdir)/util/timehist.h $(srcdir)/libunbound/unbound.h $(srcdir)/respip/respip.h $(srcdir)/dns64… 910 …ir)/sldns/pkthdr.h $(srcdir)/sldns/sbuffer.h $(srcdir)/util/config_file.h $(srcdir)/respip/respip.h 919 …$(srcdir)/respip/respip.h $(srcdir)/sldns/wire2str.h $(srcdir)/sldns/str2wire.h $(srcdir)/util/dat… [all …]
|
| /freebsd/lib/libunbound/ |
| H A D | Makefile | 6 …/services/cache ${UNBOUNDDIR}/util ${UNBOUNDDIR}/util/data ${UNBOUNDDIR}/respip ${UNBOUNDDIR}/util… 24 parseutil.c proxy_protocol.c random.c rbtree.c regional.c respip.c \
|
| /freebsd/contrib/unbound/smallapp/ |
| H A D | unbound-checkconf.c | 345 struct respip_set* respip = NULL; in view_and_respipchecks() local 350 if(!(respip = respip_set_create())) in view_and_respipchecks() 354 if(!respip_global_apply_cfg(respip, cfg)) in view_and_respipchecks() 358 use_response_ip = !respip_set_is_empty(respip) || have_view_respip_cfg; in view_and_respipchecks() 363 respip_set_delete(respip); in view_and_respipchecks()
|
| H A D | unbound-control.c | 296 PR_LL("mem.mod.respip", shm_stat->mem.respip); in print_mem()
|
| /freebsd/contrib/unbound/libunbound/ |
| H A D | unbound.h | 672 long long respip; member
|
| /freebsd/contrib/unbound/respip/ |
| H A D | respip.c | 1339 char srcip[128], respip[128], txt[512]; in respip_inform_print() local 1352 respip, sizeof(respip)); in respip_inform_print() 1369 "%s/%d %s %s@%u", respip, respip_addr->net, in respip_inform_print()
|
| /freebsd/contrib/unbound/util/shm_side/ |
| H A D | shm_main.c | 266 shm_stat->mem.respip = (long long)mod_get_mem(&worker->env, "respip"); in shm_general_info()
|
| /freebsd/contrib/unbound/contrib/ |
| H A D | fastrpz.patch | 20 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/doc/ |
| H A D | example.conf.in | 948 # Requires use of the respip module. 954 # Requires use of the respip module. 959 # Requires use of the respip module. 1454 # transfer, or using HTTP. The respip module needs to be added 1455 # to the module-config, e.g.: module-config: "respip validator iterator".
|
| H A D | unbound.conf.rst | 159 Requires the ``respip`` module. 2151 The modules can be ``respip``, ``validator``, or ``iterator`` (and possibly 2164 Adding ``respip`` to the front will cause RPZ processing to be done on all 3003 This requires use of the ``respip`` module. 3027 This requires use of the ``respip`` module. 3049 This requires use of the ``respip`` module. 4159 This requires use of the ``respip`` module. 4166 This requires use of the ``respip`` module. 4252 If combining the ``respip`` and ``dns64`` modules, the ``respip`` module 5092 The respip module needs to be added to the [all …]
|
| H A D | Changelog | 5 - Fix #1477: respip + dns64: dns64 uses A records modified by 6 respip instead of original A records. Adds local-zone types 47 - Fix mesh cycle detection for configuration with respip CNAME 485 - Fix, in depth, for respip rewrite of dns64 responses. Thanks 1020 - Note 'respip' and 'dns64' module order in the unbound.conf 1032 - Fix for #1344: Fix that respip and dns64 can be enabled at the 1034 calls. That makes respip work on dns64 synthesized answers, and 1036 module-config: "respip dns64 validator iterator". 1048 - Fix #1344: module conf 'respip dns64 validator cachedb iterator' 1297 - Add more checks about respip in unbound-checkconf. [all …]
|
| /freebsd/contrib/unbound/daemon/ |
| H A D | remote.c | 916 size_t msg, rrset, val, iter, respip; in print_mem() local 934 respip = mod_get_mem(&worker->env, "respip"); in print_mem() 960 if(!print_longnum(ssl, "mem.mod.respip"SQ, respip)) in print_mem()
|