ReactOS 0.4.16-dev-252-g9ccafe8
|
Go to the source code of this file.
VOID NTAPI AfdInfoAPC | ( | PVOID | ApcContext, |
PIO_STATUS_BLOCK | IoStatusBlock, | ||
ULONG | Reserved | ||
) |
Definition at line 3259 of file dllmain.c.
Referenced by GetSocketInformation(), and SetSocketInformation().
int CreateContext | ( | PSOCKET_INFORMATION | Socket | ) |
Definition at line 3543 of file dllmain.c.
Referenced by WSPSocket().
Definition at line 4043 of file dllmain.c.
Definition at line 1417 of file dllmain.c.
Referenced by WSPAccept(), WSPConnect(), and WSPGetSockOpt().
int GetSocketInformation | ( | PSOCKET_INFORMATION | Socket, |
ULONG | AfdInformationClass, | ||
PBOOLEAN Boolean | OPTIONAL, | ||
PULONG Ulong | OPTIONAL, | ||
PLARGE_INTEGER LargeInteger | OPTIONAL, | ||
LPWSAOVERLAPPED Overlapped | OPTIONAL, | ||
LPWSAOVERLAPPED_COMPLETION_ROUTINE CompletionRoutine | OPTIONAL | ||
) |
Definition at line 3270 of file dllmain.c.
Referenced by WSPCloseSocket(), WSPIoctl(), WSPSetSockOpt(), and WSPSocket().
PSOCKET_INFORMATION GetSocketStructure | ( | SOCKET | Handle | ) |
Definition at line 3520 of file dllmain.c.
Referenced by WSPAccept(), WSPAsyncSelect(), WSPBind(), WSPCloseSocket(), WSPConnect(), WSPDuplicateSocket(), WSPEnumNetworkEvents(), WSPEventSelect(), WSPGetOverlappedResult(), WSPGetPeerName(), WSPGetSockName(), WSPGetSockOpt(), WSPIoctl(), WSPListen(), WSPRecv(), WSPRecvFrom(), WSPSelect(), WSPSend(), WSPSendTo(), WSPSetSockOpt(), and WSPShutdown().
int SetSocketInformation | ( | PSOCKET_INFORMATION | Socket, |
ULONG | AfdInformationClass, | ||
PBOOLEAN Boolean | OPTIONAL, | ||
PULONG Ulong | OPTIONAL, | ||
PLARGE_INTEGER LargeInteger | OPTIONAL, | ||
LPWSAOVERLAPPED Overlapped | OPTIONAL, | ||
LPWSAOVERLAPPED_COMPLETION_ROUTINE CompletionRoutine | OPTIONAL | ||
) |
Definition at line 3397 of file dllmain.c.
Referenced by WSPAsyncSelect(), WSPEventSelect(), WSPIoctl(), and WSPSetSockOpt().
VOID SockAsyncSelectCompletionRoutine | ( | PVOID | Context, |
PIO_STATUS_BLOCK | IoStatusBlock | ||
) |
Definition at line 3750 of file dllmain.c.
Referenced by SockGetAsyncSelectHelperAfdHandle(), and SockProcessAsyncSelect().
Definition at line 3654 of file dllmain.c.
Referenced by SockCreateOrReferenceAsyncThread().
Definition at line 3593 of file dllmain.c.
Referenced by SockReenableAsyncSelectEvent(), and WSPAsyncSelect().
Definition at line 3688 of file dllmain.c.
Referenced by WSPAsyncSelect().
VOID SockProcessAsyncSelect | ( | PSOCKET_INFORMATION | Socket, |
PASYNC_DATA | AsyncData | ||
) |
Definition at line 3879 of file dllmain.c.
Referenced by SockAsyncSelectCompletionRoutine(), and SockProcessQueuedAsyncSelect().
VOID SockProcessQueuedAsyncSelect | ( | PVOID | Context, |
PIO_STATUS_BLOCK | IoStatusBlock | ||
) |
Definition at line 3962 of file dllmain.c.
Referenced by SockReenableAsyncSelectEvent(), and WSPAsyncSelect().
VOID SockReenableAsyncSelectEvent | ( | IN PSOCKET_INFORMATION | Socket, |
IN ULONG | Event | ||
) |
Definition at line 3996 of file dllmain.c.
Referenced by AfdAPC(), WSPAccept(), WSPConnect(), WSPGetOverlappedResult(), WSPRecv(), WSPRecvFrom(), WSPSend(), and WSPSendTo().
Definition at line 537 of file dllmain.c.
Referenced by MsafdReturnWithErrno(), WSPAccept(), WSPBind(), WSPConnect(), WSPEnumNetworkEvents(), WSPListen(), WSPShutdown(), and WSPSocket().
_Must_inspect_result_ SOCKET WSPAPI WSPAccept | ( | _In_ SOCKET | Handle, |
_Out_writes_bytes_to_opt_ *, *addrlen struct sockaddr FAR * | SocketAddress, | ||
_Inout_opt_ LPINT | SocketAddressLength, | ||
_In_opt_ LPCONDITIONPROC | lpfnCondition, | ||
_In_opt_ DWORD_PTR | dwCallbackData, | ||
_Out_ LPINT | lpErrno | ||
) |
Definition at line 1434 of file dllmain.c.
Referenced by WSPStartup().
INT WSPAPI WSPAddressToString | ( | IN LPSOCKADDR | lpsaAddress, |
IN DWORD | dwAddressLength, | ||
IN LPWSAPROTOCOL_INFOW | lpProtocolInfo, | ||
OUT LPWSTR | lpszAddressString, | ||
IN OUT LPDWORD | lpdwAddressStringLength, | ||
OUT LPINT | lpErrno | ||
) |
Definition at line 3063 of file dllmain.c.
Referenced by WSPStartup().
INT WSPAPI WSPBind | ( | SOCKET | Handle, |
const struct sockaddr * | SocketAddress, | ||
int | SocketAddressLength, | ||
LPINT | lpErrno | ||
) |
Definition at line 846 of file dllmain.c.
Referenced by WSPConnect(), WSPRecvFrom(), WSPSendTo(), and WSPStartup().
Definition at line 3247 of file dllmain.c.
Referenced by WSPStartup(), and WsTpWSPCleanup().
Definition at line 623 of file dllmain.c.
Referenced by WSPAccept(), and WSPStartup().
int WSPAPI WSPConnect | ( | SOCKET | Handle, |
const struct sockaddr * | SocketAddress, | ||
int | SocketAddressLength, | ||
LPWSABUF | lpCallerData, | ||
LPWSABUF | lpCalleeData, | ||
LPQOS | lpSQOS, | ||
LPQOS | lpGQOS, | ||
LPINT | lpErrno | ||
) |
Definition at line 1830 of file dllmain.c.
Referenced by WSPStartup().
INT WSPAPI WSPDuplicateSocket | ( | IN SOCKET | Handle, |
IN DWORD | dwProcessId, | ||
OUT LPWSAPROTOCOL_INFOW | lpProtocolInfo, | ||
OUT LPINT | lpErrno | ||
) |
Definition at line 449 of file dllmain.c.
Referenced by WSPStartup().
INT WSPAPI WSPGetPeerName | ( | IN SOCKET | s, |
OUT LPSOCKADDR | Name, | ||
IN OUT LPINT | NameLength, | ||
OUT LPINT | lpErrno | ||
) |
Definition at line 2258 of file dllmain.c.
Referenced by WSPStartup().
INT WSPAPI WSPGetSockName | ( | IN SOCKET | Handle, |
OUT LPSOCKADDR | Name, | ||
IN OUT LPINT | NameLength, | ||
OUT LPINT | lpErrno | ||
) |
Definition at line 2156 of file dllmain.c.
Referenced by WSPStartup().
INT WSPAPI WSPGetSockOpt | ( | IN SOCKET | Handle, |
IN INT | Level, | ||
IN INT | OptionName, | ||
OUT CHAR FAR * | OptionValue, | ||
IN OUT LPINT | OptionLength, | ||
OUT LPINT | lpErrno | ||
) |
Definition at line 2609 of file dllmain.c.
Referenced by WSPStartup().
INT WSPAPI WSPIoctl | ( | IN SOCKET | Handle, |
IN DWORD | dwIoControlCode, | ||
IN LPVOID | lpvInBuffer, | ||
IN DWORD | cbInBuffer, | ||
OUT LPVOID | lpvOutBuffer, | ||
IN DWORD | cbOutBuffer, | ||
OUT LPDWORD | lpcbBytesReturned, | ||
IN LPWSAOVERLAPPED | lpOverlapped, | ||
IN LPWSAOVERLAPPED_COMPLETION_ROUTINE | lpCompletionRoutine, | ||
IN LPWSATHREADID | lpThreadId, | ||
OUT LPINT | lpErrno | ||
) |
Definition at line 2361 of file dllmain.c.
Referenced by WSPStartup().
Definition at line 981 of file dllmain.c.
Referenced by WSPStartup().
int WSPAPI WSPSelect | ( | IN int | nfds, |
IN OUT fd_set *readfds | OPTIONAL, | ||
IN OUT fd_set *writefds | OPTIONAL, | ||
IN OUT fd_set *exceptfds | OPTIONAL, | ||
IN const struct timeval *timeout | OPTIONAL, | ||
OUT LPINT | lpErrno | ||
) |
Definition at line 1065 of file dllmain.c.
Referenced by select(), WSPAccept(), and WSPStartup().
INT WSPAPI WSPSetSockOpt | ( | IN SOCKET | s, |
IN INT | level, | ||
IN INT | optname, | ||
IN CONST CHAR FAR * | optval, | ||
IN INT | optlen, | ||
OUT LPINT | lpErrno | ||
) |
Definition at line 2785 of file dllmain.c.
Referenced by WSPStartup().
Definition at line 2076 of file dllmain.c.
Referenced by WSPStartup().
SOCKET WSPAPI WSPSocket | ( | int | AddressFamily, |
int | SocketType, | ||
int | Protocol, | ||
LPWSAPROTOCOL_INFOW | lpProtocolInfo, | ||
GROUP | g, | ||
DWORD | dwFlags, | ||
LPINT | lpErrno | ||
) |
Definition at line 48 of file dllmain.c.