Home
last modified time | relevance | path

Searched refs:hostname_lookups (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/usr.sbin/httpd/src/main/
Dhttp_core.c136 conf->hostname_lookups = HOSTNAME_LOOKUP_UNSET; in create_core_dir_config()
245 if (new->hostname_lookups != HOSTNAME_LOOKUP_UNSET) { in merge_core_dir_configs()
246 conf->hostname_lookups = new->hostname_lookups; in merge_core_dir_configs()
688 int hostname_lookups; in ap_get_remote_host() local
694 hostname_lookups = in ap_get_remote_host()
696 ->hostname_lookups; in ap_get_remote_host()
697 if (hostname_lookups == HOSTNAME_LOOKUP_UNSET) { in ap_get_remote_host()
698 hostname_lookups = HOSTNAME_LOOKUP_OFF; in ap_get_remote_host()
703 hostname_lookups = HOSTNAME_LOOKUP_OFF; in ap_get_remote_host()
709 || hostname_lookups != HOSTNAME_LOOKUP_OFF)) { in ap_get_remote_host()
[all …]
/mirbsd/src/usr.sbin/httpd/src/include/
Dhttp_core.h256 unsigned int hostname_lookups : 4; member