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

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dnet.c70 * Helper routine used by both crNetConnectToServer() and crNetAcceptClient().
194 CRConnection * crNetConnectToServer( const char *server, unsigned short default_port, int mtu, int broker function
204 crDebug( "In crNetConnectToServer( \"%s\", port=%d, mtu=%d, broker=%d )",
290 crDebug("crNetConnectToServer() failed, freeing the connection");
590 * earlier to crNetConnectToServer() or crNetAcceptClient().
868 ns->conn = crNetConnectToServer( ns->name, DEFAULT_SERVER_PORT,
878 * Apparently, this is only called from the crNetConnectToServer function.
902 * Apparently, this is only called from the crNetConnectToServer function.

Completed in 45 milliseconds