Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DSocketComm.cpp100 sockaddr_in cliAddr; in accept() local
101 socklen_t cliLen = sizeof(cliAddr); in accept()
102 int sfd = ::accept(mListenFd, reinterpret_cast<struct sockaddr*>(&cliAddr), &cliLen); in accept()
106 inet_ntop(AF_INET, &cliAddr.sin_addr, addr, INET_ADDRSTRLEN); in accept()
108 ALOGD("%s: Incoming connection received from %s:%d", __FUNCTION__, addr, cliAddr.sin_port); in accept()