Home
last modified time | relevance | path

Searched refs:ngx_addr_t (Results 1 – 22 of 22) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_inet.h78 } ngx_addr_t; typedef
102 ngx_addr_t *addrs;
119 ngx_int_t ngx_parse_addr(ngx_pool_t *pool, ngx_addr_t *addr, u_char *text,
121 ngx_int_t ngx_parse_addr_port(ngx_pool_t *pool, ngx_addr_t *addr,
H A Dngx_syslog.h16 ngx_addr_t server;
H A Dngx_resolver.h88 ngx_addr_t *addrs;
H A Dngx_inet.c562 ngx_parse_addr(ngx_pool_t *pool, ngx_addr_t *addr, u_char *text, size_t len) in ngx_parse_addr()
622 ngx_parse_addr_port(ngx_pool_t *pool, ngx_addr_t *addr, u_char *text, in ngx_parse_addr_port()
749 u->addrs = ngx_pcalloc(pool, sizeof(ngx_addr_t)); in ngx_parse_unix_domain_url()
1269 ngx_addr_t *addr; in ngx_inet_add_addr()
1275 u->addrs = ngx_palloc(pool, total * nports * sizeof(ngx_addr_t)); in ngx_inet_add_addr()
H A Dngx_resolver.c2993 ngx_addr_t *addrs; in ngx_resolver_srv_names_handler()
3013 addrs = ngx_resolver_calloc(r, cctx->naddrs * sizeof(ngx_addr_t)); in ngx_resolver_srv_names_handler()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_realip_module.c27 ngx_addr_t *addr);
99 ngx_addr_t addr; in ngx_stream_realip_handler()
133 ngx_stream_realip_set_addr(ngx_stream_session_t *s, ngx_addr_t *addr) in ngx_stream_realip_set_addr()
H A Dngx_stream_upstream.h54 ngx_addr_t *addrs;
H A Dngx_stream_geoip_module.c220 ngx_addr_t addr; in ngx_stream_geoip_addr()
264 ngx_addr_t addr; in ngx_stream_geoip_addr_v6()
H A Dngx_stream_geo_module.c78 ngx_stream_geo_ctx_t *ctx, ngx_addr_t *addr);
171 ngx_addr_t addr; in ngx_stream_geo_cidr_variable()
244 ngx_addr_t addr; in ngx_stream_geo_range_variable()
319 ngx_addr_t *addr) in ngx_stream_geo_addr()
H A Dngx_stream_proxy_module.c14 ngx_addr_t *addr;
643 ngx_addr_t *addr; in ngx_stream_proxy_set_local()
667 addr = ngx_palloc(s->connection->pool, sizeof(ngx_addr_t)); in ngx_stream_proxy_set_local()
2294 local->addr = ngx_palloc(cf->pool, sizeof(ngx_addr_t)); in ngx_stream_proxy_bind()
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_connect.h56 ngx_addr_t *local;
H A Dngx_event_openssl_stapling.c24 ngx_addr_t *addrs;
54 ngx_addr_t *addrs;
981 ctx->addrs = ngx_pcalloc(ctx->pool, ctx->naddrs * sizeof(ngx_addr_t)); in ngx_ssl_ocsp_resolve_handler()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_realip_module.c38 ngx_addr_t *addr);
136 ngx_addr_t addr; in ngx_http_realip_handler()
252 ngx_http_realip_set_addr(ngx_http_request_t *r, ngx_addr_t *addr) in ngx_http_realip_set_addr()
H A Dngx_http_geo_module.c83 ngx_http_geo_ctx_t *ctx, ngx_addr_t *addr);
85 ngx_http_geo_ctx_t *ctx, ngx_addr_t *addr);
180 ngx_addr_t addr; in ngx_http_geo_cidr_variable()
253 ngx_addr_t addr; in ngx_http_geo_range_variable()
328 ngx_addr_t *addr) in ngx_http_geo_addr()
349 ngx_addr_t *addr) in ngx_http_geo_real_addr()
H A Dngx_http_geoip_module.c242 ngx_addr_t addr; in ngx_http_geoip_addr()
294 ngx_addr_t addr; in ngx_http_geoip_addr_v6()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h96 ngx_addr_t *addrs;
141 ngx_addr_t *addr;
H A Dngx_http_core_module.h531 ngx_int_t ngx_http_get_forwarded_addr(ngx_http_request_t *r, ngx_addr_t *addr,
H A Dngx_http_core_module.c81 ngx_addr_t *addr, u_char *xff, size_t xfflen, ngx_array_t *proxies,
2629 ngx_http_get_forwarded_addr(ngx_http_request_t *r, ngx_addr_t *addr, in ngx_http_get_forwarded_addr()
2676 ngx_http_get_forwarded_addr_internal(ngx_http_request_t *r, ngx_addr_t *addr, in ngx_http_get_forwarded_addr_internal()
2681 ngx_addr_t paddr; in ngx_http_get_forwarded_addr_internal()
H A Dngx_http_upstream.c6130 local->addr = ngx_palloc(cf->pool, sizeof(ngx_addr_t)); in ngx_http_upstream_bind_set_slot()
6185 ngx_addr_t *addr; in ngx_http_upstream_set_local()
6209 addr = ngx_palloc(r->pool, sizeof(ngx_addr_t)); in ngx_http_upstream_set_local()
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail.h408 void ngx_mail_proxy_init(ngx_mail_session_t *s, ngx_addr_t *peer);
H A Dngx_mail_auth_http_module.c16 ngx_addr_t *peer;
470 ngx_addr_t *peer; in ngx_mail_auth_http_process_headers()
775 peer = ngx_pcalloc(s->connection->pool, sizeof(ngx_addr_t)); in ngx_mail_auth_http_process_headers()
H A Dngx_mail_proxy_module.c116 ngx_mail_proxy_init(ngx_mail_session_t *s, ngx_addr_t *peer) in ngx_mail_proxy_init()