ReactOS 0.4.16-dev-320-g3bd9ddc
|
#include <titypes.h>
PADDRESS_FILE _CONNECTION_ENDPOINT::AddressFile |
Definition at line 247 of file titypes.h.
Referenced by DispCancelListenRequest(), DispTdiAssociateAddress(), DispTdiListen(), DispTdiQueryInformation(), TCPConnect(), TCPFinEventHandler(), and TCPListen().
PVOID _CONNECTION_ENDPOINT::ClientContext |
Definition at line 246 of file titypes.h.
Referenced by TCPAllocateConnectionEndpoint().
BOOLEAN _CONNECTION_ENDPOINT::Closing |
Definition at line 267 of file titypes.h.
Referenced by LogActiveObjects().
LIST_ENTRY _CONNECTION_ENDPOINT::ConnectRequest |
Definition at line 250 of file titypes.h.
Referenced by FlushConnectQueue(), LogActiveObjects(), TCPAllocateConnectionEndpoint(), TCPConnect(), TCPConnectEventHandler(), and TCPRemoveIRP().
KDPC _CONNECTION_ENDPOINT::DisconnectDpc |
Definition at line 260 of file titypes.h.
Referenced by TCPAllocateConnectionEndpoint(), and TCPDisconnect().
KTIMER _CONNECTION_ENDPOINT::DisconnectTimer |
Definition at line 259 of file titypes.h.
Referenced by DispCancelRequest(), TCPAllocateConnectionEndpoint(), TCPDisconnect(), and TCPSendEventHandler().
PIO_WORKITEM _CONNECTION_ENDPOINT::DisconnectWorkItem |
Definition at line 261 of file titypes.h.
Referenced by ConnectionFree(), DisconnectTimeoutDpc(), and TCPAllocateConnectionEndpoint().
OBJECT_FREE_ROUTINE _CONNECTION_ENDPOINT::Free |
Definition at line 244 of file titypes.h.
Referenced by TCPAllocateConnectionEndpoint().
LIST_ENTRY _CONNECTION_ENDPOINT::ListenRequest |
Definition at line 251 of file titypes.h.
Referenced by FlushListenQueue(), LogActiveObjects(), TCPAbortListenForSocket(), TCPAccept(), TCPAcceptEventHandler(), TCPAllocateConnectionEndpoint(), and TCPRemoveIRP().
LIST_ENTRY _CONNECTION_ENDPOINT::ListEntry |
Definition at line 242 of file titypes.h.
Referenced by ConnectionFree(), and TCPAllocateConnectionEndpoint().
struct _CONNECTION_ENDPOINT* _CONNECTION_ENDPOINT::Next |
Definition at line 269 of file titypes.h.
Referenced by DispTdiAssociateAddress(), LogActiveObjects(), and TCPFinEventHandler().
LIST_ENTRY _CONNECTION_ENDPOINT::PacketQueue |
Definition at line 256 of file titypes.h.
Referenced by LibTCPDequeuePacket(), LibTCPEmptyQueue(), LibTCPEnqueuePacket(), LibTCPGetDataFromConnectionQueue(), LogActiveObjects(), and TCPAllocateConnectionEndpoint().
LIST_ENTRY _CONNECTION_ENDPOINT::ReceiveRequest |
Definition at line 252 of file titypes.h.
Referenced by FlushReceiveQueue(), LogActiveObjects(), TCPAllocateConnectionEndpoint(), TCPReceiveData(), TCPRecvEventHandler(), and TCPRemoveIRP().
BOOLEAN _CONNECTION_ENDPOINT::ReceiveShutdown |
Definition at line 265 of file titypes.h.
Referenced by InternalErrorEventHandler(), InternalRecvEventHandler(), LibTCPGetDataFromConnectionQueue(), and LogActiveObjects().
NTSTATUS _CONNECTION_ENDPOINT::ReceiveShutdownStatus |
Definition at line 266 of file titypes.h.
Referenced by InternalErrorEventHandler(), InternalRecvEventHandler(), LibTCPGetDataFromConnectionQueue(), and LogActiveObjects().
LONG _CONNECTION_ENDPOINT::RefCount |
Definition at line 243 of file titypes.h.
Referenced by LogActiveObjects(), and TCPAllocateConnectionEndpoint().
ERESOURCE _CONNECTION_ENDPOINT::Resource |
Definition at line 245 of file titypes.h.
Referenced by ConnectionFree(), and TCPAllocateConnectionEndpoint().
LIST_ENTRY _CONNECTION_ENDPOINT::SendRequest |
Definition at line 253 of file titypes.h.
Referenced by DisconnectWorker(), FlushSendQueue(), LogActiveObjects(), TCPAllocateConnectionEndpoint(), TCPDisconnect(), TCPRemoveIRP(), TCPSendData(), and TCPSendEventHandler().
BOOLEAN _CONNECTION_ENDPOINT::SendShutdown |
Definition at line 264 of file titypes.h.
Referenced by InternalRecvEventHandler(), and LogActiveObjects().
LIST_ENTRY _CONNECTION_ENDPOINT::ShutdownRequest |
Definition at line 254 of file titypes.h.
Referenced by DisconnectWorker(), FlushShutdownQueue(), LogActiveObjects(), TCPAllocateConnectionEndpoint(), TCPDisconnect(), and TCPRemoveIRP().
PVOID _CONNECTION_ENDPOINT::SocketContext |
Definition at line 241 of file titypes.h.
Referenced by InternalErrorEventHandler(), InternalRecvEventHandler(), LogActiveObjects(), TCPAcceptEventHandler(), TCPDisconnect(), TCPFinEventHandler(), TCPGetSockAddress(), TCPGetSocketStatus(), TCPListen(), TCPReceiveData(), TCPSendData(), TCPSendEventHandler(), TCPSetNoDelay(), and TCPSocket().