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

Method get_local_addr

src/proxy/http2/Http2ServerSession.cc:265–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265sockaddr const *
266Http2ServerSession::get_local_addr()
267{
268 return _vc ? _vc->get_local_addr() : &cached_local_addr.sa;
269}
270
271int
272Http2ServerSession::get_transact_count() const

Callers 9

attach_client_sessionMethod · 0.45
create_server_sessionMethod · 0.45
process_hostdb_infoMethod · 0.45
state_hostdb_lookupMethod · 0.45
do_hostdb_lookupMethod · 0.45
set_next_stateMethod · 0.45
OSDNSLookupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected