Searched refs:unwanted_threshold (Results 1 – 7 of 7) sorted by relevance
| /freebsd-10-stable/contrib/unbound/services/ |
| D | outside_network.h | 90 size_t unwanted_threshold; member 406 int numavailports, size_t unwanted_threshold,
|
| D | outside_network.c | 432 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/ |
| D | config_file.h | 189 size_t unwanted_threshold; member
|
| D | config_file.c | 182 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()
|
| D | configparser.y | 945 else cfg_parser->cfg->unwanted_threshold = atoi($2);
|
| /freebsd-10-stable/contrib/unbound/libunbound/ |
| D | libworker.c | 234 ports, numports, cfg->unwanted_threshold, in libworker_setup()
|
| /freebsd-10-stable/contrib/unbound/daemon/ |
| D | worker.c | 1220 cfg->unwanted_threshold, &worker_alloc_cleanup, worker, in worker_init()
|