#include <winsock2.h>
#include <ws2tcpip.h>
Go to the source code of this file.
Defines | |
#define | EADDRINUSE WSAEADDRINUSE |
#define | EADDRNOTAVAIL WSAEADDRNOTAVAIL |
#define | EAFNOSUPPORT WSAEAFNOSUPPORT |
#define | EALREADY WSAEALREADY |
#define | ECONNABORTED WSAECONNABORTED |
#define | ECONNREFUSED WSAECONNREFUSED |
#define | ECONNRESET WSAECONNRESET |
#define | EDESTADDRREQ WSAEDESTADDRREQ |
#define | EDQUOT WSAEDQUOT |
#define | EHOSTDOWN WSAEHOSTDOWN |
#define | EHOSTUNREACH WSAEHOSTUNREACH |
#define | EINPROGRESS WSAEINPROGRESS |
#define | EISCONN WSAEISCONN |
#define | ELOOP WSAELOOP |
#define | EMSGSIZE WSAEMSGSIZE |
#define | ENETDOWN WSAENETDOWN |
#define | ENETRESET WSAENETRESET |
#define | ENETUNREACH WSAENETUNREACH |
#define | ENOBUFS WSAENOBUFS |
#define | ENOPROTOOPT WSAENOPROTOOPT |
#define | ENOTCONN WSAENOTCONN |
#define | ENOTSOCK WSAENOTSOCK |
#define | EOPNOTSUPP WSAEOPNOTSUPP |
#define | EPFNOSUPPORT WSAEPFNOSUPPORT |
#define | EPROCLIM WSAEPROCLIM |
#define | EPROTONOSUPPORT WSAEPROTONOSUPPORT |
#define | EPROTOTYPE WSAEPROTOTYPE |
#define | EREMOTE WSAEREMOTE |
#define | ESHUTDOWN WSAESHUTDOWN |
#define | ESOCKTNOSUPPORT WSAESOCKTNOSUPPORT |
#define | ESTALE WSAESTALE |
#define | ETIMEDOUT WSAETIMEDOUT |
#define | ETOOMANYREFS WSAETOOMANYREFS |
#define | EUSERS WSAEUSERS |
#define | EWOULDBLOCK WSAEWOULDBLOCK |
#define | SOCKLEN_T int |
#define EADDRINUSE WSAEADDRINUSE |
Definition at line 52 of file wsockcompat.h.
#define EADDRNOTAVAIL WSAEADDRNOTAVAIL |
Definition at line 53 of file wsockcompat.h.
#define EAFNOSUPPORT WSAEAFNOSUPPORT |
Definition at line 51 of file wsockcompat.h.
#define EALREADY WSAEALREADY |
Definition at line 41 of file wsockcompat.h.
#define ECONNABORTED WSAECONNABORTED |
Definition at line 57 of file wsockcompat.h.
#define ECONNREFUSED WSAECONNREFUSED |
Definition at line 65 of file wsockcompat.h.
#define ECONNRESET WSAECONNRESET |
Definition at line 58 of file wsockcompat.h.
#define EDESTADDRREQ WSAEDESTADDRREQ |
Definition at line 43 of file wsockcompat.h.
#define EDQUOT WSAEDQUOT |
Definition at line 71 of file wsockcompat.h.
#define EHOSTDOWN WSAEHOSTDOWN |
Definition at line 67 of file wsockcompat.h.
#define EHOSTUNREACH WSAEHOSTUNREACH |
Definition at line 68 of file wsockcompat.h.
#define EINPROGRESS WSAEINPROGRESS |
Definition at line 40 of file wsockcompat.h.
#define EISCONN WSAEISCONN |
Definition at line 60 of file wsockcompat.h.
#define ELOOP WSAELOOP |
Definition at line 66 of file wsockcompat.h.
#define EMSGSIZE WSAEMSGSIZE |
Definition at line 44 of file wsockcompat.h.
#define ENETDOWN WSAENETDOWN |
Definition at line 54 of file wsockcompat.h.
#define ENETRESET WSAENETRESET |
Definition at line 56 of file wsockcompat.h.
#define ENETUNREACH WSAENETUNREACH |
Definition at line 55 of file wsockcompat.h.
#define ENOBUFS WSAENOBUFS |
Definition at line 59 of file wsockcompat.h.
#define ENOPROTOOPT WSAENOPROTOOPT |
Definition at line 46 of file wsockcompat.h.
#define ENOTCONN WSAENOTCONN |
Definition at line 61 of file wsockcompat.h.
#define ENOTSOCK WSAENOTSOCK |
Definition at line 42 of file wsockcompat.h.
#define EOPNOTSUPP WSAEOPNOTSUPP |
Definition at line 49 of file wsockcompat.h.
#define EPFNOSUPPORT WSAEPFNOSUPPORT |
Definition at line 50 of file wsockcompat.h.
#define EPROCLIM WSAEPROCLIM |
Definition at line 69 of file wsockcompat.h.
#define EPROTONOSUPPORT WSAEPROTONOSUPPORT |
Definition at line 47 of file wsockcompat.h.
#define EPROTOTYPE WSAEPROTOTYPE |
Definition at line 45 of file wsockcompat.h.
#define EREMOTE WSAEREMOTE |
Definition at line 73 of file wsockcompat.h.
#define ESHUTDOWN WSAESHUTDOWN |
Definition at line 62 of file wsockcompat.h.
#define ESOCKTNOSUPPORT WSAESOCKTNOSUPPORT |
Definition at line 48 of file wsockcompat.h.
#define ESTALE WSAESTALE |
Definition at line 72 of file wsockcompat.h.
#define ETIMEDOUT WSAETIMEDOUT |
Definition at line 64 of file wsockcompat.h.
#define ETOOMANYREFS WSAETOOMANYREFS |
Definition at line 63 of file wsockcompat.h.
#define EUSERS WSAEUSERS |
Definition at line 70 of file wsockcompat.h.
#define EWOULDBLOCK WSAEWOULDBLOCK |
Definition at line 39 of file wsockcompat.h.
#define SOCKLEN_T int |
Definition at line 36 of file wsockcompat.h.