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

Method toString

src/tscore/ink_inet.cc:389–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387}
388
389char *
390IpAddr::toString(char *dest, size_t len) const
391{
392 IpEndpoint ip;
393 ip.assign(*this);
394 ats_ip_ntop(&ip, dest, len);
395 return dest;
396}
397
398sockaddr *
399IpAddr::toSockAddr(sockaddr *dest) const

Callers 4

printMethod · 0.45
PerformACLFilteringMethod · 0.45
printMethod · 0.45
TSSslSessionInsertFunction · 0.45

Calls 2

ats_ip_ntopFunction · 0.70
assignMethod · 0.45

Tested by

no test coverage detected