Home
last modified time | relevance | path

Searched refs:ngx_cidr_t (Results 1 – 11 of 11) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_inet.h71 } ngx_cidr_t; typedef
117 ngx_int_t ngx_ptocidr(ngx_str_t *text, ngx_cidr_t *cidr);
H A Dngx_inet.c375 ngx_ptocidr(ngx_str_t *text, ngx_cidr_t *cidr) in ngx_ptocidr()
481 ngx_cidr_t *cidr; in ngx_cidr_match()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_realip_module.c184 ngx_cidr_t c, *cidr; in ngx_stream_realip_from()
195 sizeof(ngx_cidr_t)); in ngx_stream_realip_from()
252 ngx_memzero(cidr, u.naddrs * sizeof(ngx_cidr_t)); in ngx_stream_realip_from()
H A Dngx_stream_access_module.c293 ngx_cidr_t cidr; in ngx_stream_access_rule()
303 ngx_memzero(&cidr, sizeof(ngx_cidr_t)); in ngx_stream_access_rule()
H A Dngx_stream_geo_module.c92 ngx_stream_geo_conf_ctx_t *ctx, ngx_cidr_t *cidr, ngx_str_t *value,
97 ngx_cidr_t *cidr);
1007 ngx_cidr_t cidr; in ngx_stream_geo_cidr()
1099 ngx_cidr_t *cidr, ngx_str_t *value, ngx_str_t *net) in ngx_stream_geo_cidr_add()
1249 ngx_stream_geo_cidr_value(ngx_conf_t *cf, ngx_str_t *net, ngx_cidr_t *cidr) in ngx_stream_geo_cidr_value()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_geo_module.c97 ngx_cidr_t *cidr, ngx_str_t *value, ngx_str_t *net);
101 ngx_http_geo_conf_ctx_t *ctx, ngx_cidr_t *cidr);
103 ngx_cidr_t *cidr);
591 ngx_cidr_t cidr; in ngx_http_geo()
1057 ngx_cidr_t cidr; in ngx_http_geo_cidr()
1149 ngx_cidr_t *cidr, ngx_str_t *value, ngx_str_t *net) in ngx_http_geo_cidr_add()
1300 ngx_cidr_t *cidr) in ngx_http_geo_add_proxy()
1302 ngx_cidr_t *c; in ngx_http_geo_add_proxy()
1305 ctx->proxies = ngx_array_create(ctx->pool, 4, sizeof(ngx_cidr_t)); in ngx_http_geo_add_proxy()
1323 ngx_http_geo_cidr_value(ngx_conf_t *cf, ngx_str_t *net, ngx_cidr_t *cidr) in ngx_http_geo_cidr_value()
H A Dngx_http_geoip_module.c93 ngx_cidr_t *cidr);
855 ngx_cidr_t cidr, *c; in ngx_http_geoip_proxy()
864 gcf->proxies = ngx_array_create(cf->pool, 4, sizeof(ngx_cidr_t)); in ngx_http_geoip_proxy()
881 ngx_http_geoip_cidr_value(ngx_conf_t *cf, ngx_str_t *net, ngx_cidr_t *cidr) in ngx_http_geoip_cidr_value()
H A Dngx_http_realip_module.c323 ngx_cidr_t c, *cidr; in ngx_http_realip_from()
334 sizeof(ngx_cidr_t)); in ngx_http_realip_from()
391 ngx_memzero(cidr, u.naddrs * sizeof(ngx_cidr_t)); in ngx_http_realip_from()
H A Dngx_http_access_module.c303 ngx_cidr_t cidr; in ngx_http_access_rule()
313 ngx_memzero(&cidr, sizeof(ngx_cidr_t)); in ngx_http_access_rule()
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event.c1181 ngx_cidr_t c, *cidr; in ngx_event_debug_connection()
1241 ngx_memzero(cidr, u.naddrs * sizeof(ngx_cidr_t)); in ngx_event_debug_connection()
1296 sizeof(ngx_cidr_t)) == NGX_ERROR) in ngx_event_core_create_conf()
H A Dngx_event_accept.c468 ngx_cidr_t *cidr;