Searched refs:cliAddr (Results 1 – 1 of 1) sorted by relevance
103 sockaddr_in cliAddr; in accept() local104 socklen_t cliLen = sizeof(cliAddr); in accept()105 int sfd = ::accept(mListenFd, reinterpret_cast<struct sockaddr*>(&cliAddr), &cliLen); in accept()109 inet_ntop(AF_INET, &cliAddr.sin_addr, addr, INET_ADDRSTRLEN); in accept()111 ALOGD("%s: Incoming connection received from %s:%d", __FUNCTION__, addr, cliAddr.sin_port); in accept()