Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
302
sockaddr const *
303
ProxySession::get_remote_addr() const
304
{
305
return _vc ? _vc->get_remote_addr() : nullptr;
306
}
307
308
sockaddr const *
309
ProxySession::get_local_addr()
Callers
9
init
Method · 0.45
_make_ssl_connection
Method · 0.45
read_raw_data
Method · 0.45
sslStartHandShake
Method · 0.45
sslClientHandShakeEvent
Method · 0.45
net_read_io
Method · 0.45
load_buffer_and_write
Method · 0.45
ioCompletionEvent
Method · 0.45
TSNetVConnRemoteAddrGet
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected