Searched refs:clientAddrSize (Results 1 – 3 of 3) sorted by relevance
223 socklen_t clientAddrSize = static_cast<socklen_t>(sizeof(clientAddr)); in TestSecurityCheck() local225 reinterpret_cast<struct sockaddr *>(&clientAddr), &clientAddrSize)); in TestSecurityCheck()296 socklen_t clientAddrSize = static_cast<socklen_t>(sizeof(clientAddr)); in TestCheckRequestCredential() local298 reinterpret_cast<struct sockaddr *>(&clientAddr), &clientAddrSize)); in TestCheckRequestCredential()371 socklen_t clientAddrSize = static_cast<socklen_t>(sizeof(clientAddr)); in TestHandleExceptionRequest() local373 reinterpret_cast<struct sockaddr *>(&clientAddr), &clientAddrSize)); in TestHandleExceptionRequest()
354 socklen_t clientAddrSize = static_cast<socklen_t>(sizeof(clientAddr)); in DoServerProcess() local356 reinterpret_cast<struct sockaddr *>(&clientAddr), &clientAddrSize)); in DoServerProcess()
168 socklen_t clientAddrSize = static_cast<socklen_t>(sizeof(clientAddr)); in HandleAccept() local171 reinterpret_cast<struct sockaddr *>(&clientAddr), &clientAddrSize)); in HandleAccept()