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

Function TSHttpTxnClientAddrGet

src/api/InkAPI.cc:4601–4608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4599 return cs->get_client_addr();
4600}
4601sockaddr const *
4602TSHttpTxnClientAddrGet(TSHttpTxn txnp)
4603{
4604 sdk_assert(sdk_sanity_check_txn(txnp) == TS_SUCCESS);
4605
4606 TSHttpSsn ssnp = TSHttpTxnSsnGet(txnp);
4607 return TSHttpSsnClientAddrGet(ssnp);
4608}
4609
4610sockaddr const *
4611TSHttpSsnIncomingAddrGet(TSHttpSsn ssnp)

Callers 15

TSRemapDoRemapFunction · 0.85
handle_client_lookupFunction · 0.85
_initializeMethod · 0.85
checkHttpTxnClientIPGetFunction · 0.85
getClientAddressMethod · 0.85
substituteMethod · 0.85
ContDataMethod · 0.85
getClientRequestFunction · 0.85
read_requestFunction · 0.85
stats_originFunction · 0.85
getClientAddrFunction · 0.85

Calls 3

sdk_sanity_check_txnFunction · 0.85
TSHttpTxnSsnGetFunction · 0.85
TSHttpSsnClientAddrGetFunction · 0.85

Tested by 2

checkHttpTxnClientIPGetFunction · 0.68