MCPcopy Create free account
hub / github.com/apache/trafficserver / get_outbound_ip6

Method get_outbound_ip6

src/proxy/ProxyTransaction.cc:149–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149IpAddr
150ProxyTransaction::get_outbound_ip6() const
151{
152 if (upstream_outbound_options.outbound.has_ip6()) {
153 return IpAddr(upstream_outbound_options.outbound.ip6().network_order());
154 }
155 return IpAddr();
156}
157
158void
159ProxyTransaction::set_outbound_ip(swoc::IPAddr const &addr)

Callers 1

do_http_server_openMethod · 0.80

Calls 4

IpAddrClass · 0.85
has_ip6Method · 0.80
network_orderMethod · 0.80
ip6Method · 0.45

Tested by

no test coverage detected