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

Method get_remote_addr

src/proxy/ProxySession.cc:302–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300}
301
302sockaddr const *
303ProxySession::get_remote_addr() const
304{
305 return _vc ? _vc->get_remote_addr() : nullptr;
306}
307
308sockaddr const *
309ProxySession::get_local_addr()

Callers 9

initMethod · 0.45
_make_ssl_connectionMethod · 0.45
read_raw_dataMethod · 0.45
sslStartHandShakeMethod · 0.45
net_read_ioMethod · 0.45
load_buffer_and_writeMethod · 0.45
ioCompletionEventMethod · 0.45
TSNetVConnRemoteAddrGetFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected