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

/freebsd-11-stable/contrib/unbound/util/shm_side/
H A Dshm_main.c280 /* ipsecmod mem value is available in shm, also when not enabled,
283 shm_stat->mem.ipsecmod = 0;
285 shm_stat->mem.ipsecmod = (long long)mod_get_mem(&worker->env,
286 "ipsecmod");
/freebsd-11-stable/contrib/unbound/libunbound/
H A Dunbound.h641 long long ipsecmod; member in struct:ub_shm_stat_info::__anon3
/freebsd-11-stable/contrib/unbound/
H A DMakefile.in110 IPSECMOD_SRC=ipsecmod/ipsecmod.c ipsecmod/ipsecmod-whitelist.c
661 -e 's?$$(srcdir)/ipsecmod/ipsecmod.h $$(srcdir)/ipsecmod/ipsecmod-whitelist.h?$$(IPSECMOD_HEADER)?g' \
838 $(srcdir)/ipsecmod/ipsecmod
[all...]
H A Dconfigure1587 --enable-ipsecmod Enable ipsecmod module that facilitates
21503 # check for ipsecmod if requested
21504 # Check whether --enable-ipsecmod was given.
21514 IPSECMOD_OBJ="ipsecmod.lo ipsecmod-whitelist.lo"
21516 IPSECMOD_HEADER='$(srcdir)/ipsecmod/ipsecmod.h $(srcdir)/ipsecmod/ipsecmod
[all...]
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-control.c275 PR_LL("mem.mod.ipsecmod", shm_stat->mem.ipsecmod);
/freebsd-11-stable/contrib/unbound/daemon/
H A Dremote.c788 size_t ipsecmod = 0; local
806 ipsecmod = mod_get_mem(&worker->env, "ipsecmod");
834 if(!print_longnum(ssl, "mem.mod.ipsecmod"SQ, ipsecmod))

Completed in 90 milliseconds