Searched defs:localhost_v6 (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/aaa/
H A Dmod_authz_host.c56 static apr_ipsubnet_t *localhost_v6; variable
230 || apr_ipsubnet_test(localhost_v6, r->useragent_addr)
288 apr_ipsubnet_create(&localhost_v6, "::1", NULL, p);
289 apr_hash_set(parsed_subnets, "::1", APR_HASH_KEY_STRING, localhost_v6);

Completed in 660 milliseconds