Searched refs:harden_large_queries (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/unbound/services/ |
H A D | listen_dnsport.h | 212 int harden_large_queries, uint32_t http_max_streams,
|
H A D | listen_dnsport.c | 1524 int harden_large_queries, uint32_t http_max_streams, in listen_create() argument 1567 harden_large_queries, 0, NULL, in listen_create() 1575 harden_large_queries, in listen_create()
|
/freebsd/contrib/unbound/util/ |
H A D | netevent.h | 638 int fd, int num, int idle_timeout, int harden_large_queries,
|
H A D | config_file.h | 293 int harden_large_queries; member
|
H A D | config_file.c | 241 cfg->harden_large_queries = 0; in config_create() 691 else S_YNO("harden-large-queries:", harden_large_queries) in config_set_option() 1186 else O_YNO(opt, "harden-large-queries", harden_large_queries) in config_get_option()
|
H A D | netevent.c | 6050 struct comm_point* parent, size_t bufsize, int harden_large_queries, argument 6113 if(harden_large_queries && bufsize > 512) 6170 int idle_timeout, int harden_large_queries, argument 6252 base, c, bufsize, harden_large_queries,
|
H A D | configparser.y | 1834 else cfg_parser->cfg->harden_large_queries =
|
H A D | configparser.c | 4924 else cfg_parser->cfg->harden_large_queries = in yyparse()
|
/freebsd/contrib/unbound/daemon/ |
H A D | worker.c | 321 worker->daemon->cfg->harden_large_queries) { in worker_check_request() 2174 cfg->harden_large_queries, cfg->http_max_streams, in worker_init()
|