Home
last modified time | relevance | path

Searched refs:FORWARDED_FOR (Results 1 – 5 of 5) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_http_test.cc47 FORWARDED_BY | FORWARDED_FOR | in test_shrpx_http_create_forwarded()
56 balloc, FORWARDED_FOR, StringRef::from_lit("alpha"), in test_shrpx_http_create_forwarded()
62 balloc, FORWARDED_BY | FORWARDED_FOR, in test_shrpx_http_create_forwarded()
68 balloc, FORWARDED_BY | FORWARDED_FOR, in test_shrpx_http_create_forwarded()
75 FORWARDED_BY | FORWARDED_FOR | FORWARDED_HOST | FORWARDED_PROTO, in test_shrpx_http_create_forwarded()
Dshrpx_http.cc67 if ((params & FORWARDED_FOR) && !node_for.empty()) { in create_forwarded()
95 if ((params & FORWARDED_FOR) && !node_for.empty()) { in create_forwarded()
Dshrpx_client_handler.cc489 if (fwdconf.params & FORWARDED_FOR) { in ClientHandler()
1508 if ((fwdconf.params & FORWARDED_FOR) && in proxy_protocol_read()
1668 if ((fwdconf.params & FORWARDED_FOR) && in proxy_protocol_v2_read()
Dshrpx_config.h469 FORWARDED_FOR = 0x2, enumerator
Dshrpx_config.cc3671 fwdconf.params |= FORWARDED_FOR; in parse_config()