Home
last modified time | relevance | path

Searched refs:https_port (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/unbound/util/
H A Dconfig_file.h141 int https_port; member
1345 int if_is_https(const char* ifname, const char* port, int https_port);
H A Dconfig_file.c125 cfg->https_port = UNBOUND_DNS_OVER_HTTPS_PORT; in config_create()
554 else S_NUMBER_NONZERO("https-port:", https_port) in config_set_option()
1060 else O_DEC(opt, "https-port", https_port) in config_get_option()
2687 if_is_https(const char* ifname, const char* port, int https_port) in if_is_https() argument
2690 if(!p && atoi(port) == https_port) in if_is_https()
2692 if(p && atoi(p+1) == https_port) in if_is_https()
2704 if(if_is_https(cfg->ifs[i], portbuf, cfg->https_port)) in cfg_has_https()
H A Dconfigparser.y1053 else cfg_parser->cfg->https_port = atoi($2);
/freebsd-13.1/contrib/unbound/services/
H A Dlisten_dnsport.c1184 struct config_strlist* tls_additional_port, int https_port, in ports_create_if() argument
1189 int is_https = if_is_https(ifname, port, https_port); in ports_create_if()
1719 cfg->https_port, reuseport, cfg->ip_transparent, in listening_ports_open()
1734 cfg->https_port, reuseport, cfg->ip_transparent, in listening_ports_open()
1751 cfg->https_port, reuseport, cfg->ip_transparent, in listening_ports_open()
1766 cfg->https_port, reuseport, cfg->ip_transparent, in listening_ports_open()