#include <sys/fcntl.h>
#include <sys/mman.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <arpa/inet.h>
#include <ifaddrs.h>
#include <limits.h>
#include <netdb.h>
#include <unistd.h>
#include "errno.h"
Go to the source code of this file.
|
size_t | strnlen (const char *start, size_t max_len) |
|
◆ INVALID_SOCKET
#define INVALID_SOCKET (SOCKET)(~0) |
◆ MAX_PATH
◆ PRIO_MAX
◆ SOCKET_ERROR
◆ THREAD_PRIORITY_ABOVE_NORMAL
#define THREAD_PRIORITY_ABOVE_NORMAL (-2) |
◆ THREAD_PRIORITY_BELOW_NORMAL
#define THREAD_PRIORITY_BELOW_NORMAL 2 |
◆ THREAD_PRIORITY_LOWEST
◆ THREAD_PRIORITY_NORMAL
#define THREAD_PRIORITY_NORMAL 0 |
◆ WSAEADDRINUSE
#define WSAEADDRINUSE EADDRINUSE |
◆ WSAEALREADY
#define WSAEALREADY EALREADY |
◆ WSAEINPROGRESS
#define WSAEINPROGRESS EINPROGRESS |
◆ WSAEINTR
◆ WSAEINVAL
◆ WSAEMSGSIZE
#define WSAEMSGSIZE EMSGSIZE |
◆ WSAENOTSOCK
#define WSAENOTSOCK EBADF |
◆ WSAEWOULDBLOCK
#define WSAEWOULDBLOCK EWOULDBLOCK |
◆ WSAGetLastError
#define WSAGetLastError |
( |
| ) |
errno |
◆ SOCKET
◆ strnlen()
size_t strnlen |
( |
const char * |
start, |
|
|
size_t |
max_len |
|
) |
| |