Macwinsock 8h 04
ass="el">WSAECONNABORTED (WSABASEERR+53)
| #define |
WSAECONNRESET (WSABASEERR+54) |
| #define |
WSAENOBUFS (WSABASEERR+55) |
| #define |
WSAEISCONN (WSABASEERR+56) |
| #define |
WSAENOTCONN (WSABASEERR+57) |
| #define |
WSAESHUTDOWN (WSABASEERR+58) |
| #define |
WSAETOOMANYREFS (WSABASEERR+59) |
| #define |
WSAETIMEDOUT (WSABASEERR+60) |
| #define |
WSAECONNREFUSED (WSABASEERR+61) |
| #define |
WSAELOOP (WSABASEERR+62) |
| #define |
WSAENAMETOOLONG (WSABASEERR+63) |
| #define |
WSAEHOSTDOWN (WSABASEERR+64) |
| #define |
WSAEHOSTUNREACH (WSABASEERR+65) |
| #define |
WSAENOTEMPTY (WSABASEERR+66) |
| #define |
WSAEPROCLIM (WSABASEERR+67) |
| #define |
WSAEUSERS (WSABASEERR+68) |
| #define |
WSAEDQUOT (WSABASEERR+69) |
| #define |
WSAESTALE (WSABASEERR+70) |
| #define |
WSAEREMOTE (WSABASEERR+71) |
| #define |
WSASYSNOTREADY (WSABASEERR+91) |
| #define |
WSAVERNOTSUPPORTED (WSABASEERR+92) |
| #define |
WSANOTINITIALISED (WSABASEERR+93) |
| #define |
h_errno WSAGetLastError() |
| #define |
WSAHOST_NOT_FOUND (WSABASEERR+1001) |
| #define |
HOST_NOT_FOUND WSAHOST_NOT_FOUND |
| #define |
WSATRY_AGAIN (WSABASEERR+1002) |
| #define |
TRY_AGAIN WSATRY_AGAIN |
| #define |
WSANO_RECOVERY (WSABASEERR+1003) |
| #define |
NO_RECOVERY WSANO_RECOVERY |
| #define |
WSANO_DATA (WSABASEERR+1004) |
| #define |
NO_DATA WSANO_DATA |
| #define |
WSANO_ADDRESS WSANO_DATA |
| #define |
NO_ADDRESS WSANO_ADDRESS |
| #define |
EWOULDBLOCK WSAEWOULDBLOCK |
| #define |
EINPROGRESS WSAEINPROGRESS |
| #define |
EALREADY WSAEALREADY |
| #define |
ENOTSOCK WSAENOTSOCK |
| #define |
EDESTADDRREQ WSAEDESTADDRREQ |
| #define |
EMSGSIZE WSAEMSGSIZE |
| #define |
EPROTOTYPE WSAEPROTOTYPE |
| #define |
ENOPROTOOPT WSAENOPROTOOPT |
| #define |
EPROTONOSUPPORT WSAEPROTONOSUPPORT |
| #define |
ESOCKTNOSUPPORT WSAESOCKTNOSUPPORT |
| #define |
EOPNOTSUPP WSAEOPNOTSUPP |
| #define |
EPFNOSUPPORT WSAEPFNOSUPPORT |
| #define |
EAFNOSUPPORT WSAEAFNOSUPPORT |
| #define |
EADDRINUSE WSAEADDRINUSE |
| #define |
EADDRNOTAVAIL WSAEADDRNOTAVAIL |
| #define |
ENETDOWN WSAENETDOWN |
| #define |
ENETUNREACH WSAENETUNREACH |
| #define |
ENETRESET WSAENETRESET |
| #define |
ECONNABORTED WSAECONNABORTED |
| #define |
ECONNRESET WSAECONNRESET |
| #define |
ENOBUFS WSAENOBUFS |
| #define |
EISCONN WSAEISCONN |
| #define |
ENOTCONN WSAENOTCONN |
| #define |
ESHUTDOWN WSAESHUTDOWN |
| #define |
|