#include "compat.h"
#include <stdbool.h>
#include <windows.h>
#include <winsock2.h>
#include <tlhelp32.h>
#include <time.h>
#include <stdlib.h>
#include <inttypes.h>
#include <stdint.h>
#include <stdarg.h>
#include <signal.h>
#include <limits.h>
#include <stdio.h>
#include <ctype.h>
#include <errno.h>
#include <string.h>
#include <naptypes.h>
#include <ntddndis.h>
#include <iphlpapi.h>
#include <wininet.h>
#include <shellapi.h>
#include <io.h>
#include <ws2tcpip.h>
Go to the source code of this file.
◆ ENABLE_CRYPTOAPI
◆ ENABLE_IP_PKTINFO
#define ENABLE_IP_PKTINFO 0 |
◆ EPOLL
◆ EXTENDED_SOCKET_ERROR_CAPABILITY
#define EXTENDED_SOCKET_ERROR_CAPABILITY 0 |
◆ likely
◆ O_BINARY
◆ PASSTOS_CAPABILITY
#define PASSTOS_CAPABILITY 0 |
◆ PATH_SEPARATOR
#define PATH_SEPARATOR '\\' |
◆ PATH_SEPARATOR_STR
#define PATH_SEPARATOR_STR "\\" |
◆ POLL
◆ PORT_SHARE
◆ PROXY_DIGEST_AUTH
#define PROXY_DIGEST_AUTH 1 |
◆ random
◆ sleep
#define sleep |
( |
|
x | ) |
Sleep((x)*1000) |
◆ SOCKET_PRINTF
#define SOCKET_PRINTF "%" PRIxPTR |
◆ SOCKET_UNDEFINED
#define SOCKET_UNDEFINED (INVALID_SOCKET) |
◆ SOL_IP
#define SOL_IP IPPROTO_IP |
◆ srandom
◆ SYSLOG_CAPABILITY
#define SYSLOG_CAPABILITY 0 |
◆ UNIX_SOCK_SUPPORT
#define UNIX_SOCK_SUPPORT 0 |
◆ unlikely
#define unlikely |
( |
|
x | ) |
(x) |
◆ sa_family_t
◆ socket_descriptor_t
◆ socket_defined()
Definition at line 437 of file syshead.h.
References SOCKET_UNDEFINED.
Referenced by close_net_event_win32(), link_socket_close(), link_socket_update_buffer_sizes(), link_socket_update_flags(), man_accept(), man_connection_close(), man_reset_client_socket(), man_update_io_state(), net_event_win32_start(), phase2_tcp_server(), sd_close(), socket_do_accept(), and socket_listen_accept().