![]() |
Deskflow 1.24.0.365
Keyboard and mouse sharing utility
|
#include "arch/win32/ArchNetworkWinsock.h"#include "arch/Arch.h"#include "arch/ArchException.h"#include "arch/IArchMultithread.h"#include "arch/win32/ArchMultithreadWindows.h"#include "arch/win32/XArchWindows.h"#include "base/Log.h"#include <malloc.h>
Macros | |
| #define | FD_ISSET(fd, set) |
| #define | setfunc(var, name, type) |
Functions | |
| static | SOCKET (PASCAL FAR *accept_winsock)(SOCKET s |
| static | int (PASCAL FAR *bind_winsock)(SOCKET s |
| static | u_short (PASCAL FAR *htons_winsock)(u_short v) |
| static char FAR *PASCAL FAR * | inet_ntoa_winsock (struct in_addr in) |
| static unsigned | long (PASCAL FAR *inet_addr_winsock)(const char FAR *cp) |
| static struct hostent FAR *PASCAL FAR * | gethostbyaddr_winsock (const char FAR *addr, int len, int type) |
| static struct hostent FAR *PASCAL FAR * | gethostbyname_winsock (const char FAR *name) |
| static | WSAEVENT (PASCAL FAR *WSACreateEvent_winsock)(void) |
| static | BOOL (PASCAL FAR *WSACloseEvent_winsock)(WSAEVENT) |
| static | DWORD (PASCAL FAR *WSAWaitForMultipleEvents_winsock)(DWORD |
| static FARPROC | netGetProcAddress (HMODULE module, LPCSTR name) |
Variables | |
| static const int | s_family [] |
| static const int | s_type [] = {SOCK_DGRAM, SOCK_STREAM} |
| static struct sockaddr FAR * | addr |
| static struct sockaddr FAR int FAR * | addrlen |
| static const struct sockaddr FAR int | namelen |
| static const struct sockaddr FAR * | name |
| static int | level |
| static int int | optname |
| static int int void FAR * | optval |
| static int int void FAR int FAR * | optlen |
| static int | cmd |
| static int void FAR * | data |
| static int | backlog |
| static void FAR * | buf |
| static void FAR int | len |
| static void FAR int int | flags |
| static fd_set FAR * | readfds |
| static fd_set FAR fd_set FAR * | writefds |
| static fd_set FAR fd_set FAR fd_set FAR * | exceptfds |
| static fd_set FAR fd_set FAR fd_set FAR const struct timeval FAR * | timeout |
| static int | how |
| static int | type |
| static int int | protocol |
| static fd_set FAR * | fdset |
| static | WSAEVENT |
| static | long |
| static const WSAEVENT FAR | BOOL |
| static const WSAEVENT FAR | DWORD |
| static | LPWSANETWORKEVENTS |
| static HMODULE | s_networkModule = nullptr |
| #define FD_ISSET | ( | fd, | |
| set ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| const struct sockaddr FAR * addr |
| struct sockaddr FAR int FAR* addrlen |
| int backlog |
| const WSAEVENT FAR BOOL |
| const void FAR * buf |
| int cmd |
| int void FAR* data |
| const WSAEVENT FAR DWORD |
| fd_set FAR fd_set FAR fd_set FAR* exceptfds |
| fd_set FAR* fdset |
| int how |
| const void FAR int len |
| int level |
| long |
| LPWSANETWORKEVENTS |
| const struct sockaddr FAR* name |
| int namelen |
| fd_set FAR* readfds |
|
static |
|
static |
|
static |
| fd_set FAR fd_set FAR fd_set FAR const struct timeval FAR* timeout |
| int type |
| fd_set FAR fd_set FAR* writefds |
| WSAEVENT |