BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <unistd.h>
#include <netinet/tcp.h>
#include <sys/ioctl.h>
#include <errno.h>
Go to the source code of this file.
Defines | |
#define | WSAEINTR EINTR |
#define | WSAEBADF EBADF |
#define | WSAEACCES EACCES |
#define | WSAEFAULT EFAULT |
#define | WSAEINVAL EINVAL |
#define | WSAEMFILE EMFILE |
#define | WSAEWOULDBLOCK EWOULDBLOCK |
#define | WSAEINPROGRESS EINPROGRESS |
#define | WSAEALREADY EALREADY |
#define | WSAENOTSOCK ENOTSOCK |
#define | WSAEDESTADDRREQ EDESTADDRREQ |
#define | WSAEMSGSIZE EMSGSIZE |
#define | WSAEPROTOTYPE EPROTOTYPE |
#define | WSAENOPROTOOPT ENOPROTOOPT |
#define | WSAEPROTONOSUPPORT EPROTONOSUPPORT |
#define | WSAESOCKTNOSUPPORT ESOCKTNOSUPPORT |
#define | WSAEOPNOTSUPP EOPNOTSUPP |
#define | WSAEPFNOSUPPORT EPFNOSUPPORT |
#define | WSAEAFNOSUPPORT EAFNOSUPPORT |
#define | WSAEADDRINUSE EADDRINUSE |
#define | WSAEADDRNOTAVAIL EADDRNOTAVAIL |
#define | WSAENETDOWN ENETDOWN |
#define | WSAENETUNREACH ENETUNREACH |
#define | WSAENETRESET ENETRESET |
#define | WSAECONNABORTED ECONNABORTED |
#define | WSAECONNRESET ECONNRESET |
#define | WSAENOBUFS ENOBUFS |
#define | WSAEISCONN EISCONN |
#define | WSAENOTCONN ENOTCONN |
#define | WSAESHUTDOWN ESHUTDOWN |
#define | WSAETOOMANYREFS ETOOMANYREFS |
#define | WSAETIMEDOUT ETIMEDOUT |
#define | WSAECONNREFUSED ECONNREFUSED |
#define | WSAELOOP ELOOP |
#define | WSAENAMETOOLONG ENAMETOOLONG |
#define | WSAEHOSTDOWN EHOSTDOWN |
#define | WSAEHOSTUNREACH EHOSTUNREACH |
#define | WSAHOST_NOT_FOUND HOST_NOT_FOUND |
#define | WSATRY_AGAIN TRY_AGAIN |
#define | WSANO_RECOVERY NO_RECOVERY |
#define | WSANO_DATA NO_DATA |
Typedefs | |
typedef int | socket_type |
#define WSAEACCES EACCES |
#define WSAEADDRINUSE EADDRINUSE |
#define WSAEADDRNOTAVAIL EADDRNOTAVAIL |
#define WSAEAFNOSUPPORT EAFNOSUPPORT |
#define WSAEALREADY EALREADY |
#define WSAEBADF EBADF |
#define WSAECONNABORTED ECONNABORTED |
#define WSAECONNREFUSED ECONNREFUSED |
#define WSAECONNRESET ECONNRESET |
#define WSAEDESTADDRREQ EDESTADDRREQ |
#define WSAEFAULT EFAULT |
#define WSAEHOSTDOWN EHOSTDOWN |
#define WSAEHOSTUNREACH EHOSTUNREACH |
#define WSAEINPROGRESS EINPROGRESS |
#define WSAEINTR EINTR |
#define WSAEINVAL EINVAL |
#define WSAEISCONN EISCONN |
#define WSAELOOP ELOOP |
#define WSAEMFILE EMFILE |
#define WSAEMSGSIZE EMSGSIZE |
#define WSAENAMETOOLONG ENAMETOOLONG |
#define WSAENETDOWN ENETDOWN |
#define WSAENETRESET ENETRESET |
#define WSAENETUNREACH ENETUNREACH |
#define WSAENOBUFS ENOBUFS |
#define WSAENOPROTOOPT ENOPROTOOPT |
#define WSAENOTCONN ENOTCONN |
#define WSAENOTSOCK ENOTSOCK |
#define WSAEOPNOTSUPP EOPNOTSUPP |
#define WSAEPFNOSUPPORT EPFNOSUPPORT |
#define WSAEPROTONOSUPPORT EPROTONOSUPPORT |
#define WSAEPROTOTYPE EPROTOTYPE |
#define WSAESHUTDOWN ESHUTDOWN |
#define WSAESOCKTNOSUPPORT ESOCKTNOSUPPORT |
#define WSAETIMEDOUT ETIMEDOUT |
#define WSAETOOMANYREFS ETOOMANYREFS |
#define WSAEWOULDBLOCK EWOULDBLOCK |
#define WSAHOST_NOT_FOUND HOST_NOT_FOUND |
#define WSANO_DATA NO_DATA |
#define WSANO_RECOVERY NO_RECOVERY |
#define WSATRY_AGAIN TRY_AGAIN |
typedef int socket_type |