Lines Matching defs:port
91 * %...p: the canonical port for the server
92 * %...{format}p: the canonical port for the server, or the actual local
93 * or remote port
811 /* These next two routines use the canonical name:port so that log
821 apr_port_t port;
824 port = r->server->port ? r->server->port : ap_default_port(r);
827 port = r->useragent_addr->port;
830 port = r->connection->local_addr->port;
836 return apr_itoa(r->pool, (int)port);