Searched refs:ipAddress (Results 1 – 1 of 1) sorted by relevance
208 const uint32_t ipAddress = ntohl(remoteAddr.sin_addr.s_addr); in remoteHost() local211 ss << (ipAddress >> 24) in remoteHost()213 << ((ipAddress >> 16) & 0xff) in remoteHost()215 << ((ipAddress >> 8) & 0xff) in remoteHost()217 << (ipAddress & 0xff); in remoteHost()