ReactOS 0.4.15-dev-5874-gc762234
|
Go to the source code of this file.
VOID NTAPI AfdInfoAPC | ( | PVOID | ApcContext, |
PIO_STATUS_BLOCK | IoStatusBlock, | ||
ULONG | Reserved | ||
) |
Definition at line 3255 of file dllmain.c.
Referenced by GetSocketInformation(), and SetSocketInformation().
int CreateContext | ( | PSOCKET_INFORMATION | Socket | ) |
Definition at line 3539 of file dllmain.c.
Referenced by WSPSocket().
Definition at line 4039 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 3266 of file dllmain.c.
Referenced by WSPCloseSocket(), WSPIoctl(), WSPSetSockOpt(), and WSPSocket().
PSOCKET_INFORMATION GetSocketStructure | ( | SOCKET | Handle | ) |
Definition at line 3516 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 3393 of file dllmain.c.
Referenced by WSPAsyncSelect(), WSPEventSelect(), WSPIoctl(), and WSPSetSockOpt().
VOID SockAsyncSelectCompletionRoutine | ( | PVOID | Context, |
PIO_STATUS_BLOCK | IoStatusBlock | ||
) |
Definition at line 3746 of file dllmain.c.
Referenced by SockGetAsyncSelectHelperAfdHandle(), and SockProcessAsyncSelect().
Definition at line 3650 of file dllmain.c.
Referenced by SockCreateOrReferenceAsyncThread().
Definition at line 3589 of file dllmain.c.
Referenced by SockReenableAsyncSelectEvent(), and WSPAsyncSelect().
Definition at line 3684 of file dllmain.c.
Referenced by WSPAsyncSelect().
VOID SockProcessAsyncSelect | ( | PSOCKET_INFORMATION | Socket, |
PASYNC_DATA | AsyncData | ||
) |
Definition at line 3875 of file dllmain.c.
Referenced by SockAsyncSelectCompletionRoutine(), and SockProcessQueuedAsyncSelect().
VOID SockProcessQueuedAsyncSelect | ( | PVOID | Context, |
PIO_STATUS_BLOCK | IoStatusBlock | ||
) |
Definition at line 3958 of file dllmain.c.
Referenced by SockReenableAsyncSelectEvent(), and WSPAsyncSelect().
VOID SockReenableAsyncSelectEvent | ( | IN PSOCKET_INFORMATION | Socket, |
IN ULONG | Event | ||
) |
Definition at line 3992 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 3059 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 3243 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 1826 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 2254 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 2152 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 2605 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 2357 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 2781 of file dllmain.c.
Referenced by WSPStartup().
Definition at line 2072 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.