22 ((((dw) & 0xFF000000L) >> 24) | \ 23 (((dw) & 0x00FF0000L) >> 8) | \ 24 (((dw) & 0x0000FF00L) << 8) | \ 25 (((dw) & 0x000000FFL) << 24)) 29 ((((dw) & 0xFF000000L) >> 24) | \ 30 (((dw) & 0x00FF0000L) >> 8) | \ 31 (((dw) & 0x0000FF00L) << 8) | \ 32 (((dw) & 0x000000FFL) << 24)) 36 ((((w) & 0xFF00) >> 8) | \ 37 (((w) & 0x00FF) << 8)) 41 ((((w) & 0xFF00) >> 8) | \ 42 (((w) & 0x00FF) << 8)) 74 register unsigned char c;
87 if (*++
cp ==
'x' || *
cp ==
'X')
204 _itoa(
in.S_un.S_addr & 0xFF,
b, 10);
206 _itoa((
in.S_un.S_addr >> 8) & 0xFF,
b, 10);
209 _itoa((
in.S_un.S_addr >> 16) & 0xFF,
b, 10);
212 _itoa((
in.S_un.S_addr >> 24) & 0xFF,
b, 10);
230 return DH2N(hostlong);
240 return WH2N(hostshort);
250 return DN2H(netlong);
260 return WN2H(netshort);
274 DPRINT(
"WSAHtonl: %p, %lx, %p\n",
s, hostlong, lpnetlong);
295 *lpnetlong = hostlong;
300 *lpnetlong =
DN2H(hostlong);
332 DPRINT(
"WSAHtons: %p, %lx, %p\n",
s, hostshort, lpnetshort);
353 *lpnetshort = hostshort;
358 *lpnetshort =
WN2H(hostshort);
390 DPRINT(
"WSANtohl: %p, %lx, %p\n",
s, netlong, lphostlong);
411 *lphostlong = netlong;
416 *lphostlong =
DN2H(netlong);
448 DPRINT(
"WSANtohs: %p, %lx, %p\n",
s, netshort, lphostshort);
469 *lphostshort = netshort;
474 *lphostshort =
WN2H(netshort);
_In_ NDIS_ERROR_CODE ErrorCode
char * strcat(char *DstString, const char *SrcString)
static const D3D_BLOB_PART parts[]
INT WSAAPI WSACleanup(VOID)
INT WSAAPI WSAHtonl(IN SOCKET s, IN ULONG hostlong, OUT ULONG FAR *lpnetlong)
PWSSOCKET WSAAPI WsSockGetSocket(IN SOCKET Handle)
PTCATALOG_ENTRY CatalogEntry
USHORT WSAAPI htons(IN USHORT hostshort)
ULONG WSAAPI inet_addr(IN CONST CHAR FAR *cp)
VOID WSAAPI WsSockDereference(IN PWSSOCKET Socket)
INT WSAAPI WSANtohl(IN SOCKET s, IN ULONG netlong, OUT ULONG FAR *lphostlong)
INT WINAPI WSAStartup(IN WORD wVersionRequested, OUT LPWSADATA lpWSAData)
ULONG WSAAPI htonl(IN ULONG hostlong)
_CRTIMP char *__cdecl _itoa(_In_ int _Value, _Pre_notnull_ _Post_z_ char *_Dest, _In_ int _Radix)
#define WSANOTINITIALISED
GLboolean GLboolean GLboolean b
INT WSAAPI WSAHtons(IN SOCKET s, IN USHORT hostshort, OUT USHORT FAR *lpnetshort)
_In_opt_ PFILE_OBJECT _In_opt_ PETHREAD Thread
INT WSAAPI WsApiProlog(OUT PWSPROCESS *Process, OUT PWSTHREAD *Thread)
WSAPROTOCOL_INFOW ProtocolInfo
CHAR FAR *WSAAPI inet_ntoa(IN IN_ADDR in)
ULONG WSAAPI ntohl(IN ULONG netlong)
INT WSAAPI WSANtohs(IN SOCKET s, IN USHORT netshort, OUT USHORT FAR *lphostshort)
USHORT WSAAPI ntohs(IN USHORT netshort)
_Must_inspect_result_ _In_ PLARGE_INTEGER _In_ PLARGE_INTEGER _In_ ULONG _In_ PFILE_OBJECT _In_ PVOID Process
char * strcpy(char *DstString, const char *SrcString)
FORCEINLINE DWORD WsQuickProlog(VOID)