Searched refs:unwanted_threshold (Results 1 – 9 of 9) sorted by relevance
| /freebsd-11-stable/contrib/unbound/services/ |
| HD | outside_network.h | 95 size_t unwanted_threshold; member 543 int numavailports, size_t unwanted_threshold, int tcp_mss,
|
| HD | outside_network.c | 1204 if(outnet->unwanted_threshold && ++outnet->unwanted_total 1205 >= outnet->unwanted_threshold) { 1209 (unsigned)outnet->unwanted_threshold); 1224 if(outnet->unwanted_threshold && ++outnet->unwanted_total 1225 >= outnet->unwanted_threshold) { 1229 (unsigned)outnet->unwanted_threshold); 1369 int numavailports, size_t unwanted_threshold, int tcp_mss, 1396 outnet->unwanted_threshold = unwanted_threshold;
|
| /freebsd-11-stable/contrib/unbound/util/ |
| HD | config_file.h | 289 size_t unwanted_threshold; member
|
| HD | config_file.c | 234 cfg->unwanted_threshold = 0; in config_create() 617 else S_SIZET_OR_ZERO("unwanted-reply-threshold:", unwanted_threshold) in config_set_option() 1057 else O_DEC(opt, "unwanted-reply-threshold", unwanted_threshold) in config_get_option()
|
| HD | configparser.y | 1725 else cfg_parser->cfg->unwanted_threshold = atoi($2);
|
| /freebsd-11-stable/contrib/unbound/contrib/ |
| HD | aaaa-filter-iterator.patch | 340 size_t unwanted_threshold;
|
| /freebsd-11-stable/contrib/unbound/libunbound/ |
| HD | libworker.c | 241 ports, numports, cfg->unwanted_threshold, in libworker_setup()
|
| /freebsd-11-stable/testcode/ |
| HD | fake_event.c | 1043 int ATTR_UNUSED(numavailports), size_t ATTR_UNUSED(unwanted_threshold), in outside_network_create() argument
|
| /freebsd-11-stable/contrib/unbound/daemon/ |
| HD | worker.c | 1814 cfg->unwanted_threshold, cfg->outgoing_tcp_mss, in worker_init()
|