Home
last modified time | relevance | path

Searched refs:ShutdownRequest (Results 1 – 4 of 4) sorted by relevance

/reactos/drivers/network/tcpip/ip/transport/tcp/
H A Dtcp.c61 while (!IsListEmpty(&Connection->ShutdownRequest)) in DisconnectWorker()
63 Entry = RemoveHeadList( &Connection->ShutdownRequest ); in DisconnectWorker()
125 InitializeListHead(&Connection->ShutdownRequest); in TCPAllocateConnectionEndpoint()
488 InsertTailList(&Connection->ShutdownRequest, &Bucket->Entry); in TCPDisconnect()
707 ListHead[4] = &Endpoint->ShutdownRequest; in TCPRemoveIRP()
H A Devent.c102 while (!IsListEmpty(&Connection->ShutdownRequest)) in FlushShutdownQueue()
104 Entry = RemoveHeadList(&Connection->ShutdownRequest); in FlushShutdownQueue()
/reactos/drivers/network/tcpip/include/
H A Dtitypes.h254 LIST_ENTRY ShutdownRequest;/* Queued shutdown requests */ member
/reactos/drivers/network/tcpip/tcpip/
H A Dfileobjs.c174 IsListEmpty(&Conn->ShutdownRequest) ? "Empty" : "Not Empty", in LogActiveObjects()