Eneboo - Documentación para desarrolladores
|
#include <winsock2.h>
#include <ws2tcpip.h>
Ir al código fuente de este archivo.
'defines' | |
#define | SOCKLEN_T int |
#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 | ETOOMANYREFS WSAETOOMANYREFS |
#define | ETIMEDOUT WSAETIMEDOUT |
#define | ECONNREFUSED WSAECONNREFUSED |
#define | ELOOP WSAELOOP |
#define | EHOSTDOWN WSAEHOSTDOWN |
#define | EHOSTUNREACH WSAEHOSTUNREACH |
#define | EPROCLIM WSAEPROCLIM |
#define | EUSERS WSAEUSERS |
#define | EDQUOT WSAEDQUOT |
#define | ESTALE WSAESTALE |
#define | EREMOTE WSAEREMOTE |
#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 |