net                34 http/modules/ngx_http_geo_module.c     ngx_str_t                       *net;
net                86 http/modules/ngx_http_geo_module.c static ngx_int_t ngx_http_geo_cidr_value(ngx_conf_t *cf, ngx_str_t *net,
net               523 http/modules/ngx_http_geo_module.c     ngx_str_t   *net;
net               561 http/modules/ngx_http_geo_module.c         net = &value[1];
net               565 http/modules/ngx_http_geo_module.c         net = &value[0];
net               569 http/modules/ngx_http_geo_module.c     last = net->data + net->len;
net               571 http/modules/ngx_http_geo_module.c     p = ngx_strlchr(net->data, last, '-');
net               577 http/modules/ngx_http_geo_module.c     start = ngx_inet_addr(net->data, p - net->data);
net               602 http/modules/ngx_http_geo_module.c                                "no address range \"%V\" to delete", net);
net               614 http/modules/ngx_http_geo_module.c     ctx->net = net;
net               620 http/modules/ngx_http_geo_module.c     ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, "invalid range \"%V\"", net);
net               703 http/modules/ngx_http_geo_module.c                     ctx->net, ctx->value, range[i].value);
net               796 http/modules/ngx_http_geo_module.c                          ctx->net,
net               891 http/modules/ngx_http_geo_module.c     ngx_str_t                       *net;
net               906 http/modules/ngx_http_geo_module.c         net = &value[0];
net               910 http/modules/ngx_http_geo_module.c             net = &value[1];
net               914 http/modules/ngx_http_geo_module.c             net = &value[0];
net               918 http/modules/ngx_http_geo_module.c         if (ngx_http_geo_cidr_value(cf, net, &cidr) != NGX_OK) {
net               928 http/modules/ngx_http_geo_module.c                                    "no network \"%V\" to delete", net);
net               959 http/modules/ngx_http_geo_module.c                 net, val, old);
net              1052 http/modules/ngx_http_geo_module.c ngx_http_geo_cidr_value(ngx_conf_t *cf, ngx_str_t *net, ngx_cidr_t *cidr)
net              1056 http/modules/ngx_http_geo_module.c     if (ngx_strcmp(net->data, "255.255.255.255") == 0) {
net              1063 http/modules/ngx_http_geo_module.c     rc = ngx_ptocidr(net, cidr);
net              1066 http/modules/ngx_http_geo_module.c         ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, "invalid network \"%V\"", net);
net              1077 http/modules/ngx_http_geo_module.c                            "low address bits of %V are meaningless", net);