Home
last modified time | relevance | path

Searched refs:ipAddress (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/frontend/gcastv2/https/
DWebSocketHandler.cpp208 const uint32_t ipAddress = ntohl(remoteAddr.sin_addr.s_addr); in remoteHost() local
211 ss << (ipAddress >> 24) in remoteHost()
213 << ((ipAddress >> 16) & 0xff) in remoteHost()
215 << ((ipAddress >> 8) & 0xff) in remoteHost()
217 << (ipAddress & 0xff); in remoteHost()