Home
last modified time | relevance | path

Searched refs:unwanted_threshold (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/unbound/services/
Doutside_network.h90 size_t unwanted_threshold; member
406 int numavailports, size_t unwanted_threshold,
Doutside_network.c432 if(outnet->unwanted_threshold && ++outnet->unwanted_total
433 >= outnet->unwanted_threshold) {
437 (unsigned)outnet->unwanted_threshold);
452 if(outnet->unwanted_threshold && ++outnet->unwanted_total
453 >= outnet->unwanted_threshold) {
457 (unsigned)outnet->unwanted_threshold);
593 int numavailports, size_t unwanted_threshold, argument
618 outnet->unwanted_threshold = unwanted_threshold;
/freebsd-10-stable/contrib/unbound/util/
Dconfig_file.h189 size_t unwanted_threshold; member
Dconfig_file.c182 cfg->unwanted_threshold = 0; in config_create()
429 else S_SIZET_OR_ZERO("unwanted-reply-threshold:", unwanted_threshold) in config_set_option()
705 else O_DEC(opt, "unwanted-reply-threshold", unwanted_threshold) in config_get_option()
Dconfigparser.y945 else cfg_parser->cfg->unwanted_threshold = atoi($2);
/freebsd-10-stable/contrib/unbound/libunbound/
Dlibworker.c234 ports, numports, cfg->unwanted_threshold, in libworker_setup()
/freebsd-10-stable/contrib/unbound/daemon/
Dworker.c1220 cfg->unwanted_threshold, &worker_alloc_cleanup, worker, in worker_init()