Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
308
sockaddr const *
309
ProxySession::get_local_addr()
310
{
311
return _vc ? _vc->get_local_addr() : nullptr;
312
}
313
314
void
315
ProxySession::_handle_if_ssl(NetVConnection *new_vc)
Callers
4
load_buffer_and_write
Method · 0.45
TSHttpSsnIncomingAddrGet
Function · 0.45
TSHttpTxnOutgoingAddrGet
Function · 0.45
TSNetVConnLocalAddrGet
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected