Searched refs:iErrorCode (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/
H A Dsocket.h199 static inline int soIgnorableErrorCode(int iErrorCode) argument
201 return ( iErrorCode == EINPROGRESS
202 || iErrorCode == EAGAIN
203 || iErrorCode == EWOULDBLOCK);
H A Ddebug.c599 pNetworkEvents->iErrorCode[FD_ ## bit ## _BIT]); \
H A Dslirp.c1014 sockerr = NetworkEvents.iErrorCode[FD_CONNECT_BIT];
/vbox/src/VBox/NetworkServices/NAT/
H A DRTWinPoll.cpp125 if (NetworkEvents.iErrorCode[_wsaev##_BIT] != 0) { \
128 NetworkEvents.iErrorCode[_wsaev##_BIT])); \
/vbox/src/VBox/Runtime/r3/
H A Dsocket.cpp1985 && NetEvts.iErrorCode[FD_READ_BIT] == 0)
1990 && NetEvts.iErrorCode[FD_WRITE_BIT] == 0)
2000 && NetEvts.iErrorCode[i] != 0)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinsock2.h311 int iErrorCode[FD_MAX_EVENTS]; member in struct:_WSANETWORKEVENTS
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinsock2.h305 int iErrorCode[FD_MAX_EVENTS]; member in struct:_WSANETWORKEVENTS

Completed in 76 milliseconds