Searched defs:harden_large_queries (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/unbound/util/ |
H A D | netevent.c | 6050 comm_point_create_http_handler(struct comm_base * base,struct comm_point * parent,size_t bufsize,int harden_large_queries,uint32_t http_max_streams,char * http_endpoint,comm_point_callback_type * callback,void * callback_arg,struct unbound_socket * socket) global() argument 6170 comm_point_create_tcp(struct comm_base * base,int fd,int num,int idle_timeout,int harden_large_queries,uint32_t http_max_streams,char * http_endpoint,struct tcl_list * tcp_conn_limit,size_t bufsize,struct sldns_buffer * spoolbuf,enum listen_type port_type,int pp2_enabled,comm_point_callback_type * callback,void * callback_arg,struct unbound_socket * socket) global() argument
|
H A D | config_file.h | 293 int harden_large_queries; global() member
|
/freebsd/contrib/unbound/services/ |
H A D | listen_dnsport.c | 1524 listen_create(struct comm_base * base,struct listen_port * ports,size_t bufsize,int tcp_accept_count,int tcp_idle_timeout,int harden_large_queries,uint32_t http_max_streams,char * http_endpoint,int http_notls,struct tcl_list * tcp_conn_limit,void * sslctx,struct dt_env * dtenv,struct doq_table * doq_table,struct ub_randstate * rnd,const char * ssl_service_key,const char * ssl_service_pem,struct config_file * cfg,comm_point_callback_type * cb,void * cb_arg) listen_create() argument
|