Home
last modified time | relevance | path

Searched refs:http_notls (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/unbound/services/
H A Dlisten_dnsport.h192 char* http_endpoint, int http_notls, struct tcl_list* tcp_conn_limit,
H A Dlisten_dnsport.c1350 char* http_endpoint, int http_notls, struct tcl_list* tcp_conn_limit, in listen_create() argument
1391 if(!sslctx && !http_notls) { in listen_create()
1397 if(!http_notls) { in listen_create()
1421 if(http_notls && ports->ftype == listen_type_http) in listen_create()