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

/vbox/src/VBox/RDP/client-1.8.3/
H A Dtcp.c72 static int g_sock; variable
153 tcp_can_send(g_sock, 100);
170 sent = send(g_sock, s->data + total, length - total, 0);
175 tcp_can_send(g_sock, 100);
237 if (!ui_select(g_sock))
277 rcvd = recv(g_sock, s->end, length, 0);
349 if (SSL_set_fd(g_ssl, g_sock) < 1)
454 g_sock = -1;
457 g_sock = socket(res->ai_family, res->ai_socktype, res->ai_protocol);
458 if (!(g_sock <
[all...]

Completed in 377 milliseconds