Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DSocketComm.cpp101 socklen_t cliLen = sizeof(cliAddr); in accept() local
102 int sfd = ::accept(mListenFd, reinterpret_cast<struct sockaddr*>(&cliAddr), &cliLen); in accept()