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.cpp222 const uint32_t ipAddress = ntohl(remoteAddr.sin_addr.s_addr); in remoteHost() local
225 ss << (ipAddress >> 24) in remoteHost()
227 << ((ipAddress >> 16) & 0xff) in remoteHost()
229 << ((ipAddress >> 8) & 0xff) in remoteHost()
231 << (ipAddress & 0xff); in remoteHost()