Home
last modified time | relevance | path

Searched refs:proxy_protocol_parse (Results 1 – 4 of 4) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/iocore/net/unit_tests/
H A Dtest_ProxyProtocol.cc96 CHECK(proxy_protocol_parse(&pp_info, "PROXY TCP4"sv) == 0);
147 REQUIRE(proxy_protocol_parse(&pp_info, tv) == tv.size());
177 REQUIRE(proxy_protocol_parse(&pp_info, tv) == tv.size());
232 REQUIRE(proxy_protocol_parse(&pp_info, tv) == 0);
290 CHECK(proxy_protocol_parse(&pp_info, tv) == 0);
313 CHECK(proxy_protocol_parse(&pp_info, tv) == 0);
336 CHECK(proxy_protocol_parse(&pp_info, tv) == 0);
359 CHECK(proxy_protocol_parse(&pp_info, tv) == 0);
382 CHECK(proxy_protocol_parse(&pp_info, tv) == 0);
403 CHECK(proxy_protocol_parse(&pp_info, tv) == 0);
[all …]
/dports/www/trafficserver/trafficserver-9.1.1/iocore/net/
H A DNetVConnection.cc63 size_t len = proxy_protocol_parse(&this->pp_info, tv); in has_proxy_protocol()
84 size_t len = proxy_protocol_parse(&this->pp_info, tv); in has_proxy_protocol()
H A DProxyProtocol.h53 extern size_t proxy_protocol_parse(ProxyProtocol *pp_info, ts::TextView tv);
H A DProxyProtocol.cc453 proxy_protocol_parse(ProxyProtocol *pp_info, ts::TextView tv) in proxy_protocol_parse() function