Home | History | Annotate | Download | only in src

Lines Matching refs:newsock

2104   int newsock = accept(sock_, reinterpret_cast<struct sockaddr *>(&sa), &size);
2105 if (newsock < 0) {
2111 *pnewsock = newsock;
2272 bool NetworkListenThread::SpawnSlave(int newsock, int threadid) {
2277 child_worker->thread.SetSock(newsock);
2326 int newsock = 0;
2337 if (GetConnection(&newsock)) {
2338 SpawnSlave(newsock, threadcount);