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

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dtcpip.c273 __tcpip_write_exact( CRSocket sock, const void *buf, unsigned int len ) function
292 crWarning("__tcpip_write_exact(TCPIP): caught an EINTR, continuing");
309 if ( __tcpip_write_exact( conn->tcp_socket, buf, len) <= 0 )

Completed in 1106 milliseconds