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

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dtcpip.c73 int crTCPIPErrno( void ) function
117 int crTCPIPErrno( void ) function
189 int err = crTCPIPErrno( );
220 if ( crTCPIPErrno( ) == ECONNRESET )
226 int error = crTCPIPErrno();
290 if ( (err = crTCPIPErrno( )) == EINTR )
341 int err = crTCPIPErrno( );
349 int err = crTCPIPErrno( );
358 int err = crTCPIPErrno( );
366 int err = crTCPIPErrno( );
[all...]
H A Dudptcpip.c95 int err = crTCPIPErrno( );
105 err = crTCPIPErrno( );
121 err = crTCPIPErrno( );
171 err = crTCPIPErrno( );
194 err = crTCPIPErrno( );
201 err = crTCPIPErrno( );
220 crError( "Couldn't get our local UDP port: %s", crTCPIPErrorString( crTCPIPErrno( ) ) );
665 crWarning( "Couldn't connect UDP socket : %s", crTCPIPErrorString( crTCPIPErrno( ) ) );
687 crWarning( "Couldn't connect UDP socket : %s", crTCPIPErrorString( crTCPIPErrno( ) ) );
690 err = crTCPIPErrno( );
[all...]
H A Dnet_internals.h69 extern int crTCPIPErrno( void );

Completed in 163 milliseconds