Searched refs:host_port (Results 1 - 5 of 5) sorted by relevance

/httpd/server/
H A Dvhost.c214 sar->host_port = port;
243 if (s->addrs->host_port) {
245 s->port = s->addrs->host_port;
413 if (sar->host_port == port) {
417 if (wild_match == NULL && sar->host_port == 0) {
442 ic->sar->host_port);
447 if (ic->sar->host_port == 0) {
461 if (nc->sar->host_port) {
462 apr_file_printf(f, "%8s port %u ", "", nc->sar->host_port);
587 ic = find_default_server(sar->host_port);
[all...]
H A Dlisten.c706 lr->bind_addr->port == addr->host_port) {
751 lr->bind_addr->port == addr->host_port) {
H A Dconfig.c2348 s->addrs->host_port = 0; /* matches any port */
/httpd/include/
H A Dhttpd.h1250 apr_port_t host_port; member in struct:server_addr_rec
/httpd/modules/ssl/
H A Dssl_engine_init.c1585 key = apr_psprintf(p, "%s:%u", addr, s->addrs->host_port);

Completed in 129 milliseconds