Searched defs:rtTcpServerListen (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r3/
H A Dtcp.cpp149 static int rtTcpServerListen(PRTTCPSERVER pServer);
285 rc = rtTcpServerListen(pServer);
412 rc = rtTcpServerListen(pServer);
431 static int rtTcpServerListen(PRTTCPSERVER pServer) function
487 rtTcpClose(hClientSocket, "rtTcpServerListen", true /*fTryGracefulShutdown*/);

Completed in 45 milliseconds