Searched refs:ipsecmod (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/unbound/util/shm_side/ |
H A D | shm_main.c | 289 shm_stat->mem.ipsecmod = 0; in shm_main_run() 291 shm_stat->mem.ipsecmod = (long long)mod_get_mem(&worker->env, in shm_main_run()
|
/freebsd/contrib/unbound/util/ |
H A D | configlexer.lex | 564 ipsecmod-enabled{COLON} { YDVAR(1, VAR_IPSECMOD_ENABLED) } 565 ipsecmod-ignore-bogus{COLON} { YDVAR(1, VAR_IPSECMOD_IGNORE_BOGUS) } 566 ipsecmod-hook{COLON} { YDVAR(1, VAR_IPSECMOD_HOOK) } 567 ipsecmod-max-ttl{COLON} { YDVAR(1, VAR_IPSECMOD_MAX_TTL) } 568 ipsecmod-whitelist{COLON} { YDVAR(1, VAR_IPSECMOD_WHITELIST) } 569 ipsecmod-allow{COLON} { YDVAR(1, VAR_IPSECMOD_WHITELIST) } 570 ipsecmod-strict{COLON} { YDVAR(1, VAR_IPSECMOD_STRICT) }
|
/freebsd/contrib/unbound/libunbound/ |
H A D | unbound.h | 671 long long ipsecmod; member
|
/freebsd/contrib/unbound/doc/ |
H A D | example.conf.in | 1080 # Specific options for ipsecmod. Unbound needs to be configured with 1081 # --enable-ipsecmod for these to take effect. 1083 # Enable or disable ipsecmod (it still needs to be defined in 1084 # module-config above). Can be used when ipsecmod needs to be 1086 # ipsecmod-enabled: yes 1088 # Path to executable external hook. It must be defined when ipsecmod is 1090 # ipsecmod-hook: "./my_executable" 1093 # the ipsecmod-hook is not 0. 1094 # ipsecmod-strict: no 1097 # ipsecmod-max-ttl: 3600 [all …]
|
H A D | Changelog | 2267 - ipsecmod: Better logging for detecting a cycle when attaching the 3234 - Fix ipsecmod compile. 3344 - Fix CVE-2019-18934, shell execution in ipsecmod. 4186 - Disable minimal-responses in ipsecmod unit tests. 5083 - Fix for unbound-checkconf, check ipsecmod-hook if ipsecmod is turned 5229 - Use qstate's region for IPSECKEY rrset (ipsecmod). 5232 - Implemented opportunistic IPsec support module (ipsecmod).
|
/freebsd/contrib/unbound/ |
H A D | configure.ac | 2016 # check for ipsecmod if requested 2017 AC_ARG_ENABLE(ipsecmod, AS_HELP_STRING([--enable-ipsecmod],[Enable ipsecmod module that facilitates… optenable 2020 AC_DEFINE([USE_IPSECMOD], [1], [Define to 1 to use ipsecmod support.]) 2021 IPSECMOD_OBJ="ipsecmod.lo ipsecmod-whitelist.lo" 2023 IPSECMOD_HEADER='$(srcdir)/ipsecmod/ipsecmod.h $(srcdir)/ipsecmod/ipsecmod-whitelist.h'
|
H A D | Makefile.in | 113 IPSECMOD_SRC=ipsecmod/ipsecmod.c ipsecmod/ipsecmod-whitelist.c 1185 ipsecmod.lo ipsecmod.o: $(srcdir)/ipsecmod/ipsecmod.c config.h 1186 ipsecmod-whitelist.lo ipsecmod-whitelist.o: $(srcdir)/ipsecmod/ipsecmod-whitelist.c config.h
|
H A D | config.h.in | 997 /* Define to 1 to use ipsecmod support. */
|
H A D | configure | 1638 --enable-ipsecmod Enable ipsecmod module that facilitates
|
/freebsd/contrib/unbound/smallapp/ |
H A D | unbound-control.c | 282 PR_LL("mem.mod.ipsecmod", shm_stat->mem.ipsecmod); in print_mem()
|
/freebsd/contrib/unbound/daemon/ |
H A D | remote.c | 799 size_t ipsecmod = 0; in print_mem() local 817 ipsecmod = mod_get_mem(&worker->env, "ipsecmod"); in print_mem() 845 if(!print_longnum(ssl, "mem.mod.ipsecmod"SQ, ipsecmod)) in print_mem()
|