Searched refs:broker (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_net.h139 int broker; /* is connection brokered through mothership? */ member in struct:CRConnection
314 extern DECLEXPORT(CRConnection *) crNetConnectToServer( const char *server, unsigned short default_port, int mtu, int broker
319 extern DECLEXPORT(CRConnection *) crNetAcceptClient( const char *protocol, const char *hostname, unsigned short port, unsigned int mtu, int broker );
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dnet.c191 * \param broker either 1 or 0 to indicate if connection is brokered through
194 CRConnection * crNetConnectToServer( const char *server, unsigned short default_port, int mtu, int broker
204 crDebug( "In crNetConnectToServer( \"%s\", port=%d, mtu=%d, broker=%d )",
205 server, default_port, mtu, broker );
269 conn->broker = broker;
341 * \param broker either 1 or 0 to indicate if connection is brokered through
347 unsigned short port, unsigned int mtu, int broker )
363 conn->broker = broker;
[all...]
H A Dtcpip.c520 /* If brokered, we'll contact the mothership to broker the network
524 if (conn->broker) {
1243 /* If brokered, we'll contact the mothership to broker the network
1247 if (conn->broker)

Completed in 87 milliseconds