|
Pol
Revision:cb584c9
|
#include <netinet/in.h>#include <netinet/tcp.h>#include <arpa/inet.h>#include <sys/socket.h>#include <sys/types.h>#include <netdb.h>#include <sys/time.h>#include <unistd.h>#include <fcntl.h>#include <errno.h>Go to the source code of this file.
Macros | |
| #define | INVALID_SOCKET ( SOCKET )( -1 ) |
| #define | SOCKET_ERRNO(x) x |
| #define | socket_errno errno |
Typedefs | |
| typedef int | SOCKET |
Definition in file sockets.h.