Searched refs:https_port (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/unbound/util/ |
| H A D | config_file.h | 153 int https_port; member 1443 int if_is_https(const char* ifname, int default_port, int https_port);
|
| H A D | config_file.c | 132 cfg->https_port = UNBOUND_DNS_OVER_HTTPS_PORT; in config_create() 632 else S_NUMBER_NONZERO("https-port:", https_port) in config_set_option() 1184 else O_DEC(opt, "https-port", https_port) in config_get_option() 2887 if_is_https(const char* ifname, int default_port, int https_port) in if_is_https() argument 2889 return if_listens_on(ifname, default_port, https_port, NULL); in if_is_https() 2930 if(if_is_https(cfg->ifs[i], cfg->port, cfg->https_port)) in cfg_has_https()
|
| H A D | configparser.y | 1163 else cfg_parser->cfg->https_port = atoi($2);
|
| H A D | configparser.c | 4030 else cfg_parser->cfg->https_port = atoi((yyvsp[0].str)); in yyparse()
|
| /freebsd/contrib/unbound/services/ |
| H A D | listen_dnsport.c | 1301 struct config_strlist* tls_additional_port, int https_port, in ports_create_if() argument 1309 int is_https = if_is_https(ifname, port, https_port); in ports_create_if() 1960 cfg->https_port, in listening_ports_open() 1979 cfg->https_port, in listening_ports_open() 2001 cfg->https_port, cfg->proxy_protocol_port, in listening_ports_open() 2019 cfg->https_port, cfg->proxy_protocol_port, in listening_ports_open() 2039 cfg->https_port, cfg->proxy_protocol_port, in listening_ports_open() 2057 cfg->https_port, cfg->proxy_protocol_port, in listening_ports_open()
|
| /freebsd/contrib/unbound/smallapp/ |
| H A D | unbound-checkconf.c | 377 cfg->https_port)) { in interfacechecks()
|
| /freebsd/contrib/unbound/daemon/ |
| H A D | remote.c | 4933 FR_CHECK_CHANGED_CFG("https-port", https_port, changed_str); in fr_check_compat_cfg() 5873 COPY_VAR_int(https_port); in fr_atomic_copy_cfg()
|