Searched refs:https_port (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/unbound/util/ |
| H A D | config_file.h | 155 int https_port; member 1453 int if_is_https(const char* ifname, int default_port, int https_port);
|
| H A D | config_file.c | 137 cfg->https_port = UNBOUND_DNS_OVER_HTTPS_PORT; in config_create() 647 else S_NUMBER_NONZERO("https-port:", https_port) in config_set_option() 1202 else O_DEC(opt, "https-port", https_port) in config_get_option() 2927 if_is_https(const char* ifname, int default_port, int https_port) in if_is_https() argument 2929 return if_listens_on(ifname, default_port, https_port, NULL); in if_is_https() 2993 if(if_is_https(cfg->ifs[i], cfg->port, cfg->https_port)) in cfg_has_https() 2996 if(cfg_ports_list_contains(cfg->if_automatic_ports, cfg->https_port)) in cfg_has_https()
|
| H A D | configparser.y | 1182 else cfg_parser->cfg->https_port = atoi($2);
|
| H A D | configparser.c | 4076 else cfg_parser->cfg->https_port = atoi((yyvsp[0].str)); in yyparse()
|
| /freebsd/contrib/unbound/services/ |
| H A D | listen_dnsport.c | 1300 struct config_strlist* tls_additional_port, int https_port, in ports_create_if() argument 1308 int is_https = if_is_https(ifname, port, https_port); in ports_create_if() 1959 cfg->https_port, in listening_ports_open() 1978 cfg->https_port, in listening_ports_open() 2000 cfg->https_port, cfg->proxy_protocol_port, in listening_ports_open() 2018 cfg->https_port, cfg->proxy_protocol_port, in listening_ports_open() 2038 cfg->https_port, cfg->proxy_protocol_port, in listening_ports_open() 2056 cfg->https_port, cfg->proxy_protocol_port, in listening_ports_open()
|
| /freebsd/contrib/unbound/smallapp/ |
| H A D | unbound-checkconf.c | 426 cfg->https_port)) { in interfacechecks()
|
| /freebsd/contrib/unbound/daemon/ |
| H A D | remote.c | 5146 FR_CHECK_CHANGED_CFG("https-port", https_port, changed_str); in fr_check_compat_cfg() 6286 COPY_VAR_int(https_port); in fr_atomic_copy_cfg()
|