Home
last modified time | relevance | path

Searched refs:redirects (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dng_nat.h167 struct ng_nat_listrdrs_entry redirects[]; member
H A Dng_nat.c131 (buf - offsetof(struct ng_nat_list_redirects, redirects)); in ng_nat_listrdrs_ary_getLength()
668 bcopy(&entry->rdr, &ary->redirects[i++], in ng_nat_rcvmsg()
/f-stack/tools/compat/include/netgraph/
H A Dng_nat.h165 struct ng_nat_listrdrs_entry redirects[]; member
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_proxy_module.c72 ngx_array_t *redirects; member
920 if (plcf->redirects) { in ngx_http_proxy_handler()
2535 pr = plcf->redirects->elts; in ngx_http_proxy_rewrite_redirect()
3265 if (conf->redirects == NULL) { in ngx_http_proxy_merge_loc_conf()
3266 conf->redirects = prev->redirects; in ngx_http_proxy_merge_loc_conf()
3273 if (conf->redirects == NULL) { in ngx_http_proxy_merge_loc_conf()
3746 plcf->redirects = NULL; in ngx_http_proxy_redirect()
3754 plcf->redirects = NULL; in ngx_http_proxy_redirect()
3765 if (plcf->redirects == NULL) { in ngx_http_proxy_redirect()
3768 if (plcf->redirects == NULL) { in ngx_http_proxy_redirect()
[all …]
/f-stack/app/nginx-1.16.1/
H A DCHANGES2593 *) Bugfix: the number of internal redirects to named locations was not
4577 *) Bugfix: the $sent_http_location variable was empty for some redirects
6594 redirects only and if the method is not HEAD; the bug had appeared in
7348 *) Feature: the "error_page" directive supports redirects and allows
7687 *) Bugfix: the HTTP protocol was specified in the HTTPS redirects.
7695 *) Bugfix: the arguments were omitted in the redirects, issued by the
/f-stack/dpdk/doc/guides/prog_guide/
H A Drte_flow.rst1433 Example of action that redirects packets to queue index 10:
1609 flow group/tables on the device, this action redirects the matched flow to
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst3774 This rule redirects incoming UDPv4 traffic to queue index 6::