Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/gcastv2/https/
DPlainSocket.cpp45 socklen_t addrLen) { in sendto() argument
49 return ::sendto(fd(), data, size, MSG_NOSIGNAL, addr, addrLen); in sendto()
DServerSocket.cpp131 socklen_t addrLen = sizeof(addr); in acceptIncomingConnection() local
133 int s = accept(mSocket, reinterpret_cast<sockaddr *>(&addr), &addrLen); in acceptIncomingConnection()
DSSLSocket.cpp406 socklen_t addrLen) { in sendto() argument
407 if (addr || addrLen) { in sendto()
/device/google/cuttlefish/host/frontend/gcastv2/https/include/https/
DPlainSocket.h40 socklen_t addrLen) override;
DBufferedSocket.h51 socklen_t addrLen) = 0;
DSSLSocket.h67 socklen_t addrLen) override;