ReactOS
0.4.15-dev-2091-gc14c9ca
|
Go to the source code of this file.
Variables | |
LIST_ENTRY | AddressFileListHead |
KSPIN_LOCK | AddressFileListLock |
LIST_ENTRY | ConnectionEndpointListHead |
KSPIN_LOCK | ConnectionEndpointListLock |
NTSTATUS FileCloseAddress | ( | PTDI_REQUEST | Request | ) |
Definition at line 580 of file fileobjs.c.
Referenced by DispEchoRequest(), EndRequestHandler(), and TiCloseFileObject().
NTSTATUS FileCloseConnection | ( | PTDI_REQUEST | Request | ) |
Definition at line 656 of file fileobjs.c.
Referenced by TiCloseFileObject().
NTSTATUS FileCloseControlChannel | ( | PTDI_REQUEST | Request | ) |
Definition at line 727 of file fileobjs.c.
Referenced by TiCloseFileObject().
NTSTATUS FileOpenAddress | ( | PTDI_REQUEST | Request, |
PTA_IP_ADDRESS | AddrList, | ||
USHORT | Protocol, | ||
BOOLEAN | Shared, | ||
PVOID | Options | ||
) |
Definition at line 391 of file fileobjs.c.
Referenced by DispEchoRequest(), and TiCreateFileObject().
NTSTATUS FileOpenConnection | ( | PTDI_REQUEST | Request, |
PVOID | ClientContext | ||
) |
Definition at line 621 of file fileobjs.c.
Referenced by TiCreateFileObject().
NTSTATUS FileOpenControlChannel | ( | PTDI_REQUEST | Request | ) |
Definition at line 683 of file fileobjs.c.
Referenced by TiCreateFileObject().
Definition at line 109 of file fileobjs.c.
Referenced by IPTimeoutDpcFn().
LIST_ENTRY AddressFileListHead |
Definition at line 21 of file fileobjs.c.
Referenced by DriverEntry(), and TiUnload().
KSPIN_LOCK AddressFileListLock |
Definition at line 22 of file fileobjs.c.
Referenced by DriverEntry(), and TiUnload().
LIST_ENTRY ConnectionEndpointListHead |
Definition at line 25 of file fileobjs.c.
Referenced by DriverEntry(), LogActiveObjects(), and TCPAllocateConnectionEndpoint().
KSPIN_LOCK ConnectionEndpointListLock |
Definition at line 26 of file fileobjs.c.
Referenced by ConnectionFree(), DriverEntry(), LogActiveObjects(), and TCPAllocateConnectionEndpoint().