Home
last modified time | relevance | path

Searched refs:no_aggregation (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/util/
H A Dmodule.c260 int no_aggregation, struct module_env* env) in edns_register_option() argument
288 env->edns_known_options[i].no_aggregation = no_aggregation; in edns_register_option()
380 env->edns_known_options[i].no_aggregation == 1) in unique_mesh_state()
401 env->edns_known_options[i].no_aggregation?"NO":"YES"); in log_edns_known_options()
H A Dmodule.h230 int no_aggregation; member
881 int no_aggregation, struct module_env* env);
/netbsd-src/external/bsd/unbound/dist/pythonmod/examples/
H A Dedns.py87 no_aggregation=True):
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/examples/
H A Dexample5.rst24 - ``no_aggregation``: If set to ``True`` unbound will consider this query
32 no_aggregation=True):
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/modules/
H A Dfunctions.rst41 .. function:: register_edns_option(env, code, bypass_cache_stage=False, no_aggregation=False)
48 :param no_aggregation: whether this query should be unique
/netbsd-src/external/bsd/unbound/dist/pythonmod/
H A Dinterface.i1546 int no_aggregation, struct module_env* env);
1550 no_aggregation=False):
1553 no_aggregation, env)