Lines Matching defs:clients
2646 * Most DNS servers have few clients, but intentinally open
2751 result = cfg_map_get(map, "exempt-clients", &obj);
3292 dns_acl_t *clients = NULL, *mapped = NULL, *excluded = NULL;
3619 clients = mapped = excluded = NULL;
3621 (void)cfg_map_get(map, "clients", &obj);
3625 mctx, 0, &clients);
3666 clients, mapped, excluded,
3676 if (clients != NULL)
3677 dns_acl_detach(&clients);
4187 * Configure the "match-clients" and "match-destinations" ACL.
4192 CHECK(configure_view_acl(vconfig, config, NULL, "match-clients",
4370 * clients. This causes case not always to be preserved,
4371 * and is needed by some broken clients.
4471 result = ns_config_get(maps, "max-clients-per-query", &obj);
4476 result = ns_config_get(maps, "clients-per-query", &obj);
4901 if (clients != NULL)
4902 dns_acl_detach(&clients);
7516 configure_server_quota(maps, "tcp-clients", &server->tcpquota);
7517 configure_server_quota(maps, "recursive-clients",
7525 "'recursive-clients %d' too low when "
10638 snprintf(line, sizeof(line), "recursive clients: %d/%d/%d\n",
10643 snprintf(line, sizeof(line), "tcp clients: %d/%d\n",