Home
last modified time | relevance | path

Searched refs:http_notls_downstream (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dconfig_file.h165 int http_notls_downstream; member
H A Dconfig_file.c638 else S_YNO("http-notls-downstream:", http_notls_downstream) in config_set_option()
1190 else O_YNO(opt, "http-notls-downstream", http_notls_downstream) in config_get_option()
H A Dconfigparser.y1221 else cfg_parser->cfg->http_notls_downstream = (strcmp($2, "yes")==0);
H A Dconfigparser.c4112 else cfg_parser->cfg->http_notls_downstream = (strcmp((yyvsp[0].str), "yes")==0); in yyparse()
/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.c1305 int quic_port, int http_notls_downstream, int sock_queue_timeout) in ports_create_if() argument
1451 if(http_notls_downstream) in ports_create_if()
1966 cfg->quic_port, cfg->http_notls_downstream, in listening_ports_open()
1985 cfg->quic_port, cfg->http_notls_downstream, in listening_ports_open()
2006 cfg->quic_port, cfg->http_notls_downstream, in listening_ports_open()
2024 cfg->quic_port, cfg->http_notls_downstream, in listening_ports_open()
2044 cfg->quic_port, cfg->http_notls_downstream, in listening_ports_open()
2062 cfg->quic_port, cfg->http_notls_downstream, in listening_ports_open()
/freebsd/contrib/unbound/daemon/
H A Dworker.c2257 cfg->http_endpoint, cfg->http_notls_downstream, in worker_init()
H A Dremote.c4932 FR_CHECK_CHANGED_CFG("http_notls_downstream", http_notls_downstream, changed_str); in fr_check_compat_cfg()
5879 COPY_VAR_int(http_notls_downstream); in fr_atomic_copy_cfg()