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

Method get_remote_addr

src/proxy/http2/Http2ServerSession.cc:259–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257}
258
259sockaddr const *
260Http2ServerSession::get_remote_addr() const
261{
262 return _vc ? _vc->get_remote_addr() : &cached_client_addr.sa;
263}
264
265sockaddr const *
266Http2ServerSession::get_local_addr()

Callers 15

attach_client_sessionMethod · 0.45
do_http_server_openMethod · 0.45
attach_server_sessionMethod · 0.45
acceptMethod · 0.45
matchMethod · 0.45
acquireSessionMethod · 0.45
eventHandlerMethod · 0.45
removeSessionMethod · 0.45
addSessionMethod · 0.45
new_connectionMethod · 0.45
rcv_frameMethod · 0.45
send_a_data_frameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected