Home
last modified time | relevance | path

Searched refs:get_outbound_ip4 (Results 1 – 3 of 3) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/proxy/
H A DProxyTransaction.cc135 ProxyTransaction::get_outbound_ip4() const in get_outbound_ip4() function in ProxyTransaction
H A DProxyTransaction.h72 virtual IpAddr get_outbound_ip4() const;
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttpSM.cc5228 …&outbound_ip = AF_INET6 == opt.ip_family ? ua_txn->get_outbound_ip6() : ua_txn->get_outbound_ip4(); in do_http_server_open()