Searched refs:AcceptTcpConnection (Results 1 – 3 of 3) sorted by relevance
106 client->sock = AcceptTcpConnection(client->listenSock); in listenForIncomingConnections()108 client->sock = AcceptTcpConnection(client->listen6Sock); in listenForIncomingConnections()205 client->sock = AcceptTcpConnection(client->listenSock); in listenForIncomingConnectionsNoFork()207 client->sock = AcceptTcpConnection(client->listen6Sock); in listenForIncomingConnectionsNoFork()
616 AcceptTcpConnection(int listenSock) in AcceptTcpConnection() function
557 extern int AcceptTcpConnection(int listenSock);