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

Function TSHttpSsnIncomingAddrGet

src/api/InkAPI.cc:4610–4619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4608}
4609
4610sockaddr const *
4611TSHttpSsnIncomingAddrGet(TSHttpSsn ssnp)
4612{
4613 ProxySession *cs = reinterpret_cast<ProxySession *>(ssnp);
4614
4615 if (cs == nullptr) {
4616 return nullptr;
4617 }
4618 return cs->get_local_addr();
4619}
4620sockaddr const *
4621TSHttpTxnIncomingAddrGet(TSHttpTxn txnp)
4622{

Callers 3

TSHttpTxnIncomingAddrGetFunction · 0.85
log_tcp_infoFunction · 0.85
addr_localMethod · 0.85

Calls 1

get_local_addrMethod · 0.45

Tested by

no test coverage detected