Searched refs:respip (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/bsd/unbound/lib/libunbound/
H A DMakefile10 ${UNBOUND}/respip \
75 respip.c \
/netbsd-current/external/bsd/unbound/dist/
H A DMakefile.in141 $(CACHEDB_SRC) respip/respip.c $(CHECKLOCK_SRC) \
155 $(IPSECMOD_OBJ) $(IPSET_OBJ) $(DYNLIBMOD_OBJ) respip.lo timeval_func.lo
753 $(srcdir)/respip/respip.h
771 $(srcdir)/libunbound/unbound.h $(srcdir)/respip/respip.h $(srcdir)/util/net_help.h $(srcdir)/util/regional.h \
821 $(srcdir)/daemon/stats.h $(srcdir)/util/timehist.h $(srcdir)/libunbound/unbound.h $(srcdir)/respip/respip.h \
833 $(srcdir)/daemon/stats.h $(srcdir)/util/timehist.h $(srcdir)/libunbound/unbound.h $(srcdir)/respip/respi
[all...]
/netbsd-current/external/bsd/unbound/dist/libunbound/
H A Dunbound.h672 long long respip; member in struct:ub_shm_stat_info::__anon17
/netbsd-current/external/bsd/unbound/dist/util/shm_side/
H A Dshm_main.c275 shm_stat->mem.respip = (long long)mod_get_mem(&worker->env,
276 "respip");
/netbsd-current/external/bsd/unbound/dist/smallapp/
H A Dunbound-checkconf.c60 #include "respip/respip.h"
292 struct respip_set* respip = NULL; local
296 if(!(respip = respip_set_create()))
297 fatal_exit("Could not create respip set: out of memory");
300 if(!respip_global_apply_cfg(respip, cfg))
301 fatal_exit("Could not setup respip set");
303 fatal_exit("Could not setup per-view respip sets");
306 respip_set_delete(respip);
746 && strcmp(cfg->module_conf, "respip iterato
[all...]
H A Dunbound-control.c265 PR_LL("mem.mod.respip", shm_stat->mem.respip);
/netbsd-current/external/bsd/unbound/dist/respip/
H A Drespip.c2 * respip/respip.c - filtering response IP module
25 #include "respip/respip.h"
409 /** Iterate through raw view data and apply the view-specific respip
411 * so if any of the views that respip data refer to does not exist, that's
427 /** if no respip config for this view then there's
428 * nothing to do; note that even though respip data must go
429 * with respip action, we're checking for both here because
430 * we want to catch the case where the respip actio
1295 char srcip[128], respip[128], txt[512]; local
[all...]
/netbsd-current/external/bsd/unbound/dist/daemon/
H A Dremote.c767 size_t msg, rrset, val, iter, respip; local
785 respip = mod_get_mem(&worker->env, "respip");
811 if(!print_longnum(ssl, "mem.mod.respip"SQ, respip))

Completed in 278 milliseconds