ReactOS 0.4.16-dev-401-g45b008d
|
#include <stdlib.h>
#include <winsock2.h>
#include <ws2tcpip.h>
#include <windows.h>
#include <process.h>
#include <basetsd.h>
Go to the source code of this file.
Classes | |
struct | timezone |
struct | sockaddr_un |
Macros | |
#define | _CRT_SECURE_NO_WARNINGS 1 |
#define | snprintf _snprintf |
#define | strcasecmp _stricmp |
#define | getpid _getpid |
#define | bcmp memcmp |
#define | bcopy(d, s, l) memcpy(d,s,l) |
#define | bzero(d, s) memset(d,0,s) |
#define | strtok_r strtok_s |
#define | poll WSAPoll |
#define | ioctl ioctlsocket |
#define | __BEGIN_DECLS |
#define | __END_DECLS |
#define | __THROW |
#define | WINSOCK_HANDLE_HASH_SIZE 1024 |
#define | WINSOCK_HANDLE_HASH(x) (((x) >> 2) % WINSOCK_HANDLE_HASH_SIZE) |
#define | SOL_IPV6 IPPROTO_IPV6 |
#define | MAXHOSTNAMELEN 256 |
#define | SUN_LEN(ptr) ((unsigned int)(sizeof(int) + strlen ((ptr)->sun_path))) |
Functions | |
int | gettimeofday (struct timeval *tv, struct timezone *tz) |
int | asprintf (char **str, const char *fmt,...) |
void | wintirpc_debug (char *fmt,...) |
#define __BEGIN_DECLS |
Definition at line 62 of file wintirpc.h.
#define __END_DECLS |
Definition at line 63 of file wintirpc.h.
#define __THROW |
Definition at line 64 of file wintirpc.h.
#define _CRT_SECURE_NO_WARNINGS 1 |
Definition at line 29 of file wintirpc.h.
Definition at line 54 of file wintirpc.h.
Definition at line 52 of file wintirpc.h.
#define ioctl ioctlsocket |
Definition at line 60 of file wintirpc.h.
#define MAXHOSTNAMELEN 256 |
Definition at line 86 of file wintirpc.h.
#define poll WSAPoll |
Definition at line 59 of file wintirpc.h.
Definition at line 48 of file wintirpc.h.
#define SOL_IPV6 IPPROTO_IPV6 |
Definition at line 84 of file wintirpc.h.
Definition at line 50 of file wintirpc.h.
Definition at line 57 of file wintirpc.h.
Definition at line 94 of file wintirpc.h.
#define WINSOCK_HANDLE_HASH | ( | x | ) | (((x) >> 2) % WINSOCK_HANDLE_HASH_SIZE) |
Definition at line 70 of file wintirpc.h.
#define WINSOCK_HANDLE_HASH_SIZE 1024 |
Definition at line 69 of file wintirpc.h.
Definition at line 95 of file asprintf.c.
Referenced by __rpc_taddr2uaddr_af().
Definition at line 308 of file fake.c.
Definition at line 188 of file wintirpc.c.