Home
last modified time | relevance | path

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

/device/generic/car/emulator/Conn/SocketComm/
DSocketComm.cpp102 sockaddr_in cliAddr; in accept() local
103 socklen_t cliLen = sizeof(cliAddr); in accept()
104 int sfd = ::accept(mListenFd, reinterpret_cast<struct sockaddr*>(&cliAddr), &cliLen); in accept()
108 inet_ntop(AF_INET, &cliAddr.sin_addr, addr, INET_ADDRSTRLEN); in accept()
110 ALOGD("%s: Incoming connection received from %s:%d", __FUNCTION__, addr, cliAddr.sin_port); in accept()