Searched refs:cliAddr (Results 1 – 1 of 1) sorted by relevance
100 sockaddr_in cliAddr; in accept() local101 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()