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

/httpd/modules/aaa/
H A Dmod_access_compat.c249 const char *remotehost = NULL; local
282 remotehost = ap_get_remote_host(r->connection,
287 if ((remotehost == NULL) || remotehost_is_ip) {
295 if ((gothost == 2) && in_domain(ap[i].x.from, remotehost)) {
H A Dmod_authz_host.c169 const char *remotehost = NULL; local
172 remotehost = ap_get_remote_host(r->connection,
177 if ((remotehost == NULL) || remotehost_is_ip) {
209 if (in_domain(w, remotehost)) {

Completed in 1034 milliseconds