|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <titypes.h>

Public Attributes | |
| LIST_ENTRY | Entry |
| struct _CONNECTION_ENDPOINT * | AssociatedEndpoint |
| TDI_REQUEST | Request |
| NTSTATUS | Status |
| ULONG | Information |
| struct _CONNECTION_ENDPOINT* _TDI_BUCKET::AssociatedEndpoint |
Definition at line 231 of file titypes.h.
Referenced by BucketCompletionWorker(), CompleteBucket(), FlushListenQueue(), TCPAbortListenForSocket(), TCPAccept(), and TCPAcceptEventHandler().
| LIST_ENTRY _TDI_BUCKET::Entry |
Definition at line 230 of file titypes.h.
Referenced by TCPAbortListenForSocket(), TCPAccept(), TCPConnect(), TCPDisconnect(), TCPReceiveData(), TCPRecvEventHandler(), TCPRemoveIRP(), TCPSendData(), and TCPSendEventHandler().
| ULONG _TDI_BUCKET::Information |
Definition at line 234 of file titypes.h.
Referenced by BucketCompletionWorker(), DisconnectWorker(), FlushConnectQueue(), FlushListenQueue(), FlushReceiveQueue(), FlushSendQueue(), FlushShutdownQueue(), TCPAcceptEventHandler(), TCPConnectEventHandler(), TCPRecvEventHandler(), and TCPSendEventHandler().
| TDI_REQUEST _TDI_BUCKET::Request |
Definition at line 232 of file titypes.h.
Referenced by BucketCompletionWorker(), TCPAccept(), TCPAcceptEventHandler(), TCPConnect(), TCPDisconnect(), TCPReceiveData(), TCPRecvEventHandler(), TCPRemoveIRP(), TCPSendData(), and TCPSendEventHandler().
| NTSTATUS _TDI_BUCKET::Status |
Definition at line 233 of file titypes.h.
Referenced by BucketCompletionWorker(), DisconnectWorker(), FlushConnectQueue(), FlushListenQueue(), FlushReceiveQueue(), FlushSendQueue(), FlushShutdownQueue(), TCPAcceptEventHandler(), TCPConnectEventHandler(), TCPRecvEventHandler(), and TCPSendEventHandler().