MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / ipToText

Method ipToText

SIP/SIPUtility.cpp:240–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240string IPAddressSpec::ipToText() const
241{
242 ostringstream ss;
243 ss <<LOGVARM(mipName)<<LOGVARM(mipIP)<<LOGVARM(mipPort);
244 return ss.str();
245}
246
247static uint32_t timeUniquifier()
248{

Callers 1

dsToStringMethod · 0.80

Calls 1

strMethod · 0.45

Tested by

no test coverage detected