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

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dtcpip.c307 crTCPIPWriteExact( CRConnection *conn, const void *buf, unsigned int len ) function
642 crTCPIPWriteExact( conn, &sendable_len, sizeof(len) );
645 crTCPIPWriteExact( conn, start, len );
667 crTCPIPWriteExact(conn, lenp, len + sizeof(unsigned int));
1411 conn->SendExact = crTCPIPWriteExact;

Completed in 44 milliseconds