Searched refs:ipAddress (Results 1 – 1 of 1) sorted by relevance
222 const uint32_t ipAddress = ntohl(remoteAddr.sin_addr.s_addr); in remoteHost() local225 ss << (ipAddress >> 24) in remoteHost()227 << ((ipAddress >> 16) & 0xff) in remoteHost()229 << ((ipAddress >> 8) & 0xff) in remoteHost()231 << (ipAddress & 0xff); in remoteHost()