Searched refs:https_port (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/unbound/util/ |
H A D | config_file.h | 150 int https_port; member 1399 int if_is_https(const char* ifname, const char* port, int https_port);
|
H A D | config_file.c | 132 cfg->https_port = UNBOUND_DNS_OVER_HTTPS_PORT; in config_create() 602 else S_NUMBER_NONZERO("https-port:", https_port) in config_set_option() 1154 else O_DEC(opt, "https-port", https_port) in config_get_option() 2776 if_is_https(const char* ifname, const char* port, int https_port) in if_is_https() argument 2779 if(!p && atoi(port) == https_port) in if_is_https() 2781 if(p && atoi(p+1) == https_port) in if_is_https() 2793 if(if_is_https(cfg->ifs[i], portbuf, cfg->https_port)) in cfg_has_https()
|
H A D | configparser.y | 1155 else cfg_parser->cfg->https_port = atoi($2);
|
H A D | configparser.c | 4020 else cfg_parser->cfg->https_port = atoi((yyvsp[0].str)); in yyparse()
|
/freebsd/contrib/unbound/services/ |
H A D | listen_dnsport.c | 1296 struct config_strlist* tls_additional_port, int https_port, in ports_create_if() argument 1303 int is_https = if_is_https(ifname, port, https_port); in ports_create_if() 1945 cfg->https_port, in listening_ports_open() 1964 cfg->https_port, in listening_ports_open() 1986 cfg->https_port, cfg->proxy_protocol_port, in listening_ports_open() 2004 cfg->https_port, cfg->proxy_protocol_port, in listening_ports_open() 2024 cfg->https_port, cfg->proxy_protocol_port, in listening_ports_open() 2042 cfg->https_port, cfg->proxy_protocol_port, in listening_ports_open()
|
/freebsd/contrib/unbound/smallapp/ |
H A D | unbound-checkconf.c | 375 cfg->https_port)) { in interfacechecks()
|