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

Function TSNetVConnLocalAddrGet

src/api/InkAPI.cc:5996–6002  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5994}
5995
5996sockaddr const *
5997TSNetVConnLocalAddrGet(TSVConn connp)
5998{
5999 sdk_assert(sdk_sanity_check_iocore_structure(connp) == TS_SUCCESS);
6000 NetVConnection *vc = reinterpret_cast<NetVConnection *>(connp);
6001 return vc->get_local_addr();
6002}
6003
6004sockaddr const *
6005TSNetVConnRemoteAddrGet(TSVConn connp)

Callers 1

CB_Pre_AcceptFunction · 0.85

Calls 2

get_local_addrMethod · 0.45

Tested by

no test coverage detected