Searched refs:unwanted_threshold (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/unbound/services/ |
| H A D | outside_network.h | 98 size_t unwanted_threshold; member 549 * @param unwanted_threshold: when to take defensive action. 569 int numavailports, size_t unwanted_threshold, int tcp_mss,
|
| H A D | outside_network.c | 1513 if(outnet->unwanted_threshold && ++outnet->unwanted_total 1514 >= outnet->unwanted_threshold) { 1518 (unsigned)outnet->unwanted_threshold); 1533 if(outnet->unwanted_threshold && ++outnet->unwanted_total 1534 >= outnet->unwanted_threshold) { 1538 (unsigned)outnet->unwanted_threshold); 1677 int numavailports, size_t unwanted_threshold, int tcp_mss, 1709 outnet->unwanted_threshold = unwanted_threshold;
|
| /freebsd/contrib/unbound/util/ |
| H A D | config_file.h | 321 size_t unwanted_threshold; member
|
| H A D | config_file.c | 253 cfg->unwanted_threshold = 0; in config_create() 727 else S_SIZET_OR_ZERO("unwanted-reply-threshold:", unwanted_threshold) in config_set_option() 1226 else O_DEC(opt, "unwanted-reply-threshold", unwanted_threshold) in config_get_option()
|
| H A D | configparser.y | 1982 else cfg_parser->cfg->unwanted_threshold = atoi($2);
|
| H A D | configparser.c | 5119 else cfg_parser->cfg->unwanted_threshold = atoi((yyvsp[0].str)); in yyparse()
|
| /freebsd/contrib/unbound/contrib/ |
| H A D | aaaa-filter-iterator.patch | 340 size_t unwanted_threshold;
|
| /freebsd/contrib/unbound/libunbound/ |
| H A D | libworker.c | 227 ports, numports, cfg->unwanted_threshold, in libworker_setup()
|
| /freebsd/contrib/unbound/testcode/ |
| H A D | fake_event.c | 1130 int ATTR_UNUSED(numavailports), size_t ATTR_UNUSED(unwanted_threshold), in outside_network_create() argument
|
| /freebsd/contrib/unbound/daemon/ |
| H A D | remote.c | 5948 COPY_VAR_size_t(unwanted_threshold); in fr_atomic_copy_cfg() 7598 outnet->unwanted_threshold = cfg->unwanted_threshold; in fr_worker_pickup_outside_network()
|
| H A D | worker.c | 2274 cfg->unwanted_threshold, cfg->outgoing_tcp_mss, in worker_init()
|