Searched refs:https_port (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/bsd/unbound/dist/util/ |
H A D | config_file.h | 150 int https_port; member 1355 int if_is_https(const char* ifname, const char* port, int https_port);
|
H A D | config_file.c | 131 cfg->https_port = UNBOUND_DNS_OVER_HTTPS_PORT; in config_create() 580 else S_NUMBER_NONZERO("https-port:", https_port) in config_set_option() 1112 else O_DEC(opt, "https-port", https_port) in config_get_option() 2668 if_is_https(const char* ifname, const char* port, int https_port) in if_is_https() argument 2671 if(!p && atoi(port) == https_port) in if_is_https() 2673 if(p && atoi(p+1) == https_port) in if_is_https() 2685 if(if_is_https(cfg->ifs[i], portbuf, cfg->https_port)) in cfg_has_https()
|
H A D | configparser.y | 1117 else cfg_parser->cfg->https_port = atoi($2);
|
H A D | configparser.c | 3881 else cfg_parser->cfg->https_port = atoi((yyvsp[0].str)); in yyparse()
|
/netbsd-src/external/bsd/unbound/dist/services/ |
H A D | listen_dnsport.c | 1247 struct config_strlist* tls_additional_port, int https_port, in ports_create_if() argument 1254 int is_https = if_is_https(ifname, port, https_port); in ports_create_if() 1844 cfg->https_port, in listening_ports_open() 1861 cfg->https_port, in listening_ports_open() 1881 cfg->https_port, cfg->proxy_protocol_port, in listening_ports_open() 1897 cfg->https_port, cfg->proxy_protocol_port, in listening_ports_open() 1915 cfg->https_port, cfg->proxy_protocol_port, in listening_ports_open() 1931 cfg->https_port, cfg->proxy_protocol_port, in listening_ports_open()
|
/netbsd-src/external/bsd/unbound/dist/smallapp/ |
H A D | unbound-checkconf.c | 371 cfg->https_port)) { in interfacechecks()
|