ReactOS
0.4.14-dev-608-gd495a4f
|
#include <titypes.h>
PADDRESS_FILE _CONNECTION_ENDPOINT::AddressFile |
Definition at line 268 of file titypes.h.
Referenced by DispCancelListenRequest(), DispTdiAssociateAddress(), DispTdiListen(), DispTdiQueryInformation(), TCPConnect(), TCPFinEventHandler(), and TCPListen().
PVOID _CONNECTION_ENDPOINT::ClientContext |
Definition at line 267 of file titypes.h.
Referenced by TCPAllocateConnectionEndpoint().
BOOLEAN _CONNECTION_ENDPOINT::Closing |
Definition at line 287 of file titypes.h.
Referenced by LogActiveObjects().
LIST_ENTRY _CONNECTION_ENDPOINT::ConnectRequest |
Definition at line 271 of file titypes.h.
Referenced by FlushConnectQueue(), LogActiveObjects(), TCPAllocateConnectionEndpoint(), TCPConnect(), TCPConnectEventHandler(), and TCPRemoveIRP().
KDPC _CONNECTION_ENDPOINT::DisconnectDpc |
Definition at line 281 of file titypes.h.
Referenced by TCPAllocateConnectionEndpoint(), and TCPDisconnect().
KTIMER _CONNECTION_ENDPOINT::DisconnectTimer |
Definition at line 280 of file titypes.h.
Referenced by DispCancelRequest(), TCPAllocateConnectionEndpoint(), TCPDisconnect(), and TCPSendEventHandler().
OBJECT_FREE_ROUTINE _CONNECTION_ENDPOINT::Free |
Definition at line 264 of file titypes.h.
Referenced by TCPAllocateConnectionEndpoint().
LIST_ENTRY _CONNECTION_ENDPOINT::ListenRequest |
Definition at line 272 of file titypes.h.
Referenced by FlushListenQueue(), LogActiveObjects(), TCPAbortListenForSocket(), TCPAccept(), TCPAcceptEventHandler(), TCPAllocateConnectionEndpoint(), and TCPRemoveIRP().
LIST_ENTRY _CONNECTION_ENDPOINT::ListEntry |
Definition at line 262 of file titypes.h.
Referenced by ConnectionFree(), and TCPAllocateConnectionEndpoint().
KSPIN_LOCK _CONNECTION_ENDPOINT::Lock |
Definition at line 265 of file titypes.h.
Referenced by FlushConnectQueue(), FlushListenQueue(), FlushReceiveQueue(), FlushSendQueue(), FlushShutdownQueue(), LibTCPEnqueuePacket(), TCPAcceptEventHandler(), TCPAllocateConnectionEndpoint(), TCPConnectEventHandler(), TCPReceiveData(), TCPRecvEventHandler(), and TCPSendEventHandler().
struct _CONNECTION_ENDPOINT* _CONNECTION_ENDPOINT::Next |
Definition at line 289 of file titypes.h.
Referenced by DispTdiAssociateAddress(), LogActiveObjects(), and TCPFinEventHandler().
LIST_ENTRY _CONNECTION_ENDPOINT::PacketQueue |
Definition at line 277 of file titypes.h.
Referenced by LibTCPDequeuePacket(), LibTCPEmptyQueue(), LibTCPEnqueuePacket(), LibTCPGetDataFromConnectionQueue(), LogActiveObjects(), and TCPAllocateConnectionEndpoint().
LIST_ENTRY _CONNECTION_ENDPOINT::ReceiveRequest |
Definition at line 273 of file titypes.h.
Referenced by FlushReceiveQueue(), LogActiveObjects(), TCPAllocateConnectionEndpoint(), TCPReceiveData(), TCPRecvEventHandler(), and TCPRemoveIRP().
BOOLEAN _CONNECTION_ENDPOINT::ReceiveShutdown |
Definition at line 285 of file titypes.h.
Referenced by InternalErrorEventHandler(), InternalRecvEventHandler(), LibTCPGetDataFromConnectionQueue(), and LogActiveObjects().
NTSTATUS _CONNECTION_ENDPOINT::ReceiveShutdownStatus |
Definition at line 286 of file titypes.h.
Referenced by InternalErrorEventHandler(), InternalRecvEventHandler(), LibTCPGetDataFromConnectionQueue(), and LogActiveObjects().
LONG _CONNECTION_ENDPOINT::RefCount |
Definition at line 263 of file titypes.h.
Referenced by LogActiveObjects(), and TCPAllocateConnectionEndpoint().
LIST_ENTRY _CONNECTION_ENDPOINT::SendRequest |
Definition at line 274 of file titypes.h.
Referenced by DisconnectTimeoutDpc(), FlushSendQueue(), LogActiveObjects(), TCPAllocateConnectionEndpoint(), TCPDisconnect(), TCPRemoveIRP(), TCPSendData(), and TCPSendEventHandler().
BOOLEAN _CONNECTION_ENDPOINT::SendShutdown |
Definition at line 284 of file titypes.h.
Referenced by InternalRecvEventHandler(), and LogActiveObjects().
LIST_ENTRY _CONNECTION_ENDPOINT::ShutdownRequest |
Definition at line 275 of file titypes.h.
Referenced by DisconnectTimeoutDpc(), FlushShutdownQueue(), LogActiveObjects(), TCPAllocateConnectionEndpoint(), TCPDisconnect(), and TCPRemoveIRP().
PVOID _CONNECTION_ENDPOINT::SocketContext |
Definition at line 261 of file titypes.h.
Referenced by InternalErrorEventHandler(), InternalRecvEventHandler(), LogActiveObjects(), TCPAcceptEventHandler(), TCPDisconnect(), TCPFinEventHandler(), TCPGetSockAddress(), TCPGetSocketStatus(), TCPListen(), TCPReceiveData(), TCPSendData(), TCPSendEventHandler(), TCPSetNoDelay(), and TCPSocket().
OSK_UINT _CONNECTION_ENDPOINT::State |
Definition at line 32 of file tcptest.cpp.
Referenced by TCPSocketState().