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

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dtcpip.c202 __tcpip_read_exact( CRSocket sock, void *buf, unsigned int len ) function
230 crWarning( "__tcpip_read_exact(TCPIP): "
262 if ( __tcpip_read_exact( conn->tcp_socket, buf, len ) <= 0 )
782 if (__tcpip_read_exact(conn->tcp_socket, buf, len) <= 0)
796 if (__tcpip_read_exact(conn->tcp_socket,
846 if ( __tcpip_read_exact( sock, &len, sizeof(len)) <= 0 )
886 if ( __tcpip_read_exact( sock, tcpip_buffer + 1, total) <= 0 )
914 if ( __tcpip_read_exact( sock, tcpip_buffer + 1 + total, leftover-handled) <= 0 )

Completed in 624 milliseconds