Searched refs:useragent_addr (Results 1 - 13 of 13) sorted by relevance

/httpd/modules/aaa/
H A Dmod_authz_host.c154 if (apr_ipsubnet_test(*ip, r->useragent_addr))
227 r->useragent_addr)
228 || apr_ipsubnet_test(localhost_v4, r->useragent_addr)
230 || apr_ipsubnet_test(localhost_v6, r->useragent_addr)
H A Dmod_access_compat.c273 if (apr_ipsubnet_test(ap[i].x.ip, r->useragent_addr)) {
/httpd/modules/metadata/
H A Dmod_remoteip.c54 apr_sockaddr_t *useragent_addr; member in struct:__anon266
388 req->useragent_addr = temp_sa;
389 apr_sockaddr_ip_get(&req->useragent_ip, req->useragent_addr);
415 r->useragent_addr = req->useragent_addr;
/httpd/modules/http/
H A Dhttp_request.c452 new->useragent_addr = r->useragent_addr;
/httpd/server/
H A Dlog.c510 info->r->useragent_addr ? info->r->useragent_addr->port : 0);
916 info->r->useragent_addr ? info->r->useragent_addr->port : 0);
H A Drequest.c1953 rnew->useragent_addr = r->useragent_addr;
H A Dprotocol.c1046 r->useragent_addr = conn->client_addr;
H A Dutil_expr_eval.c1703 return apr_ipsubnet_test(subnet, ctx->r->useragent_addr);
/httpd/include/
H A Dhttpd.h1046 apr_sockaddr_t *useragent_addr; member in struct:request_rec
1096 * of the request creator, see useragent_addr in request_rec
/httpd/modules/proxy/
H A Dajp_header.c447 char *val = apr_itoa(r->pool, r->useragent_addr->port);
H A Dmod_proxy_http.c1092 rp->useragent_addr = c->client_addr;
/httpd/modules/loggers/
H A Dmod_log_config.c827 port = r->useragent_addr->port;
/httpd/modules/mappers/
H A Dmod_rewrite.c1920 apr_sockaddr_t *addr = r->useragent_addr;
2065 return apr_itoa(r->pool, r->useragent_addr->port);

Completed in 77 milliseconds