Lines Matching defs:ip
34 apr_ipsubnet_t *ip;
131 char *ip = apr_pstrdup(cmd->temp_pool, arg);
132 char *s = ap_strchr(ip, '/');
143 if (looks_like_ip(ip)) {
145 rv = apr_ipsubnet_create(&match->ip, ip, s, cmd->pool);
157 rv = apr_sockaddr_info_get(&temp_sa, ip, APR_UNSPEC, 0,
161 apr_sockaddr_ip_get(&ip, temp_sa);
162 rv = apr_ipsubnet_create(&match->ip, ip, NULL, cmd->pool);
269 if (apr_ipsubnet_test(match[i].ip, temp_sa)) {
408 apr_table_setn(r->notes, "remoteip-proxy-ip-list", req->proxy_ips);