OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:respip
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/unbound/dist/smallapp/
unbound-checkconf.c
60
#include "
respip
/
respip
.h"
296
struct respip_set*
respip
= NULL;
local
301
if(!(
respip
= respip_set_create()))
302
fatal_exit("Could not create
respip
set: out of memory");
305
if(!respip_global_apply_cfg(
respip
, cfg))
306
fatal_exit("Could not setup
respip
set");
308
fatal_exit("Could not setup per-view
respip
sets");
309
use_response_ip = !respip_set_is_empty(
respip
) || have_view_respip_cfg;
310
if(use_response_ip && !strstr(cfg->module_conf, "
respip
"))
[
all
...]
/src/external/bsd/unbound/dist/libunbound/
unbound.h
672
long long
respip
;
member in struct:ub_shm_stat_info::__anon8220
/src/external/bsd/unbound/dist/respip/
respip.c
2
*
respip
/
respip
.c - filtering response IP module
25
#include "
respip
/
respip
.h"
416
/** Iterate through raw view data and apply the view-specific
respip
418
* so if any of the views that
respip
data refer to does not exist, that's
434
/** if no
respip
config for this view then there's
435
* nothing to do; note that even though
respip
data must go
436
* with
respip
action, we're checking for both here because
437
* we want to catch the case where the
respip
action is missin
1317
char srcip[128],
respip
[128], txt[512];
local
[
all
...]
/src/external/bsd/unbound/dist/daemon/
remote.c
892
size_t msg, rrset, val, iter,
respip
;
local
910
respip
= mod_get_mem(&worker->env, "
respip
");
936
if(!print_longnum(ssl, "mem.mod.
respip
"SQ,
respip
))
6049
* also the
respip
module keeps a pointer to the array in its state.
Completed in 30 milliseconds
Indexes created Thu Mar 19 00:23:35 UTC 2026