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

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dtcpip.c78 char *crTCPIPErrorString( int err ) function
124 char *crTCPIPErrorString( int err ) function
191 sock, crTCPIPErrorString( err ) );
242 crWarning( "Bad bad bad socket error: %s", crTCPIPErrorString( error ) );
343 sndbuf, crTCPIPErrorString( err ) );
351 rcvbuf, crTCPIPErrorString( err ) );
360 so_reuseaddr, crTCPIPErrorString( err ) );
368 " : %s", tcp_nodelay, crTCPIPErrorString( err ) );
416 crError( "Couldn't create socket: %s", crTCPIPErrorString( err ) );
428 port, crTCPIPErrorString( er
[all...]

Completed in 92 milliseconds