|
ACE 8.0.1
|
system error numbers
| #define ACE_CUSTOM_ERRNO_BASE 1000 |
| #define EADDRINUSE WSAEADDRINUSE |
| #define EADDRNOTAVAIL WSAEADDRNOTAVAIL |
| #define EAFNOSUPPORT WSAEAFNOSUPPORT |
| #define EALREADY WSAEALREADY |
| #define ECANCELED 125 |
| #define ECOMM ECONNABORTED |
| #define ECONNABORTED WSAECONNABORTED |
| #define ECONNREFUSED WSAECONNREFUSED |
| #define ECONNRESET WSAECONNRESET |
| #define EDEADLK (ACE_CUSTOM_ERRNO_BASE) + 1 |
| #define EDESTADDRREQ WSAEDESTADDRREQ |
| #define EHOSTDOWN WSAEHOSTDOWN |
| #define EHOSTUNREACH WSAEHOSTUNREACH |
| #define EIDRM 0 |
| #define EINPROGRESS WSAEINPROGRESS |
| #define EISCONN WSAEISCONN |
| #define EMSGSIZE WSAEMSGSIZE |
| #define ENETDOWN WSAENETDOWN |
| #define ENETRESET WSAENETRESET |
| #define ENETUNREACH WSAENETUNREACH |
| #define ENFILE EMFILE /* No more socket descriptors are available. */ |
| #define ENOBUFS WSAENOBUFS |
| #define ENOPROTOOPT WSAENOPROTOOPT |
| #define ENOTCONN WSAENOTCONN |
| #define ENOTSOCK WSAENOTSOCK |
| #define ENXIO 6 |
| #define EOPNOTSUPP WSAEOPNOTSUPP |
| #define EPERM ERROR_ACCESS_DENIED |
| #define EPFNOSUPPORT WSAEPFNOSUPPORT |
| #define EPROCLIM WSAEPROCLIM |
| #define EPROTONOSUPPORT WSAEPROTONOSUPPORT |
| #define EPROTOTYPE WSAEPROTOTYPE |
| #define EREMOTE WSAEREMOTE |
| #define ESHUTDOWN WSAESHUTDOWN |
| #define ESOCKTNOSUPPORT WSAESOCKTNOSUPPORT |
| #define ESUCCESS 0 |
| #define ETIME ERROR_SEM_TIMEOUT |
| #define ETIMEDOUT WSAETIMEDOUT |
| #define ETOOMANYREFS WSAETOOMANYREFS |
| #define EWOULDBLOCK WSAEWOULDBLOCK |