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

Method get_local_addr

src/proxy/ProxySession.cc:308–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306}
307
308sockaddr const *
309ProxySession::get_local_addr()
310{
311 return _vc ? _vc->get_local_addr() : nullptr;
312}
313
314void
315ProxySession::_handle_if_ssl(NetVConnection *new_vc)

Callers 4

load_buffer_and_writeMethod · 0.45
TSHttpSsnIncomingAddrGetFunction · 0.45
TSHttpTxnOutgoingAddrGetFunction · 0.45
TSNetVConnLocalAddrGetFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected