ReactOS 0.4.16-dev-533-gc7d1aa3
|
Go to the source code of this file.
Functions | |
NTSTATUS | TCPCheckPeerForAccept (PVOID Context, PTDI_REQUEST_KERNEL Request) |
NTSTATUS | TCPListen (PCONNECTION_ENDPOINT Connection, UINT Backlog) |
BOOLEAN | TCPAbortListenForSocket (PCONNECTION_ENDPOINT Listener, PCONNECTION_ENDPOINT Connection) |
NTSTATUS | TCPAccept (PTDI_REQUEST Request, PCONNECTION_ENDPOINT Listener, PCONNECTION_ENDPOINT Connection, PTCP_COMPLETION_ROUTINE Complete, PVOID Context) |
Variables | |
NPAGED_LOOKASIDE_LIST | TdiBucketLookasideList |
BOOLEAN TCPAbortListenForSocket | ( | PCONNECTION_ENDPOINT | Listener, |
PCONNECTION_ENDPOINT | Connection | ||
) |
Definition at line 107 of file accept.c.
Referenced by DispCancelListenRequest().
NTSTATUS TCPAccept | ( | PTDI_REQUEST | Request, |
PCONNECTION_ENDPOINT | Listener, | ||
PCONNECTION_ENDPOINT | Connection, | ||
PTCP_COMPLETION_ROUTINE | Complete, | ||
PVOID | Context | ||
) |
Definition at line 139 of file accept.c.
Referenced by DispTdiListen().
NTSTATUS TCPCheckPeerForAccept | ( | PVOID | Context, |
PTDI_REQUEST_KERNEL | Request | ||
) |
Definition at line 17 of file accept.c.
Referenced by TCPAcceptEventHandler().
NTSTATUS TCPListen | ( | PCONNECTION_ENDPOINT | Connection, |
UINT | Backlog | ||
) |
Definition at line 47 of file accept.c.
Referenced by DispTdiListen().
|
extern |
Definition at line 26 of file tcp.c.
Referenced by TCPAbortListenForSocket(), and TCPAccept().