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

Function TSNetVConnRemoteAddrGet

src/api/InkAPI.cc:6004–6010  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6002}
6003
6004sockaddr const *
6005TSNetVConnRemoteAddrGet(TSVConn connp)
6006{
6007 sdk_assert(sdk_sanity_check_iocore_structure(connp) == TS_SUCCESS);
6008 NetVConnection *vc = reinterpret_cast<NetVConnection *>(connp);
6009 return vc->get_remote_addr();
6010}
6011
6012sockaddr const *
6013TSNetVConnClientAddrGet(TSVConn connp)

Callers 12

CB_servername_allowlistFunction · 0.85
PassthruSessionEventFunction · 0.85
CB_Pre_AcceptFunction · 0.85
client_handlerFunction · 0.85
handle_start_hookFunction · 0.85
handle_close_hookFunction · 0.85
handle_client_helloFunction · 0.85
sni_limit_contFunction · 0.85
create_ja3_dataFunction · 0.85
SocketMethod · 0.85

Calls 2

get_remote_addrMethod · 0.45

Tested by 1

client_handlerFunction · 0.68