Searched refs:local_host (Results 1 - 2 of 2) sorted by relevance

/httpd/include/
H A Dhttpd.h1116 char *local_host; member in struct:conn_rec
/httpd/server/
H A Dcore.c1016 if (conn->local_host == NULL) {
1017 if (apr_getnameinfo(&conn->local_host,
1019 conn->local_host = apr_pstrdup(conn->pool,
1022 ap_str_tolower(conn->local_host);
1025 retval = conn->local_host;

Completed in 31 milliseconds