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

/freebsd-11-stable/contrib/unbound/services/
H A Dlisten_dnsport.c1098 if_is_https(const char* ifname, const char* port, int https_port) argument
1101 if(!p && atoi(port) == https_port)
1103 if(p && atoi(p+1) == https_port)
1122 * @param https_port: DoH service port number
1138 struct config_strlist* tls_additional_port, int https_port,
1143 int is_https = if_is_https(ifname, port, https_port);
1603 cfg->https_port, reuseport, cfg->ip_transparent,
1618 cfg->https_port, reuseport, cfg->ip_transparent,
1635 cfg->https_port, reuseport, cfg->ip_transparent,
1650 cfg->https_port, reusepor
1135 ports_create_if(const char* ifname, int do_auto, int do_udp, int do_tcp, struct addrinfo *hints, const char* port, struct listen_port** list, size_t rcv, size_t snd, int ssl_port, struct config_strlist* tls_additional_port, int https_port, int* reuseport, int transparent, int tcp_mss, int freebind, int http2_nodelay, int use_systemd, int dnscrypt_port, int dscp) argument
[all...]
/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.h135 int https_port; member in struct:config_file
H A Dconfig_file.c122 cfg->https_port = UNBOUND_DNS_OVER_HTTPS_PORT;
535 else S_NUMBER_NONZERO("https-port:", https_port)
1022 else O_DEC(opt, "https-port", https_port)
H A Dconfigparser.y991 else cfg_parser->cfg->https_port = atoi($2);

Completed in 120 milliseconds