Searched refs:ipsecmod (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/unbound/util/shm_side/
H A Dshm_main.c286 /* ipsecmod mem value is available in shm, also when not enabled,
289 shm_stat->mem.ipsecmod = 0;
291 shm_stat->mem.ipsecmod = (long long)mod_get_mem(&worker->env,
292 "ipsecmod");
/freebsd-current/contrib/unbound/libunbound/
H A Dunbound.h671 long long ipsecmod; member in struct:ub_shm_stat_info::__anon127
/freebsd-current/contrib/unbound/
H A DMakefile.in113 IPSECMOD_SRC=ipsecmod/ipsecmod.c ipsecmod/ipsecmod-whitelist.c
687 -e 's?$$(srcdir)/ipsecmod/ipsecmod.h $$(srcdir)/ipsecmod/ipsecmod-whitelist.h?$$(IPSECMOD_HEADER)?g' \
1175 ipsecmod.lo ipsecmod
[all...]
H A Dconfigure1636 --enable-ipsecmod Enable ipsecmod module that facilitates
24198 # check for ipsecmod if requested
24199 # Check whether --enable-ipsecmod was given.
24210 IPSECMOD_OBJ="ipsecmod.lo ipsecmod-whitelist.lo"
24212 IPSECMOD_HEADER='$(srcdir)/ipsecmod/ipsecmod.h $(srcdir)/ipsecmod/ipsecmod
[all...]
/freebsd-current/contrib/unbound/smallapp/
H A Dunbound-control.c271 PR_LL("mem.mod.ipsecmod", shm_stat->mem.ipsecmod);
/freebsd-current/contrib/unbound/daemon/
H A Dremote.c772 size_t ipsecmod = 0; local
790 ipsecmod = mod_get_mem(&worker->env, "ipsecmod");
818 if(!print_longnum(ssl, "mem.mod.ipsecmod"SQ, ipsecmod))

Completed in 214 milliseconds