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

Public Attributes | |
| union { | |
| HANDLE AddressHandle | |
| CONNECTION_CONTEXT ConnectionContext | |
| HANDLE ControlChannel | |
| } | Handle |
| PVOID | RequestNotifyObject |
| PVOID | RequestContext |
| TDI_STATUS | TdiStatus |
| HANDLE _TDI_REQUEST::AddressHandle |
Definition at line 50 of file tdi.h.
Referenced by DispEchoRequest().
| CONNECTION_CONTEXT _TDI_REQUEST::ConnectionContext |
| union { ... } _TDI_REQUEST::Handle |
Referenced by DispEchoRequest().
| PVOID _TDI_REQUEST::RequestContext |
Definition at line 55 of file tdi.h.
Referenced by BucketCompletionWorker(), DispEchoRequest(), TCPAccept(), TCPAcceptEventHandler(), TCPConnect(), TCPDisconnect(), TCPReceiveData(), TCPRecvEventHandler(), TCPRemoveIRP(), TCPSendData(), and TCPSendEventHandler().
| PVOID _TDI_REQUEST::RequestNotifyObject |
Definition at line 54 of file tdi.h.
Referenced by BucketCompletionWorker(), TCPAccept(), TCPConnect(), TCPDisconnect(), TCPReceiveData(), and TCPSendData().
| TDI_STATUS _TDI_REQUEST::TdiStatus |