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

/httpd/modules/aaa/
H A Dmod_authz_host.c54 static apr_ipsubnet_t *localhost_v4; variable
228 || apr_ipsubnet_test(localhost_v4, r->useragent_addr)
284 apr_ipsubnet_create(&localhost_v4, "127.0.0.0", "8", p);
285 apr_hash_set(parsed_subnets, "127.0.0.0/8", APR_HASH_KEY_STRING, localhost_v4);

Completed in 248 milliseconds