|
ReactOS 0.4.16-dev-1946-g52006dd
|

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 591 of file fileobjs.c.
Referenced by DispEchoRequest(), EndRequestHandler(), and TiCloseFileObject().
| NTSTATUS FileCloseConnection | ( | PTDI_REQUEST | Request | ) |
Definition at line 667 of file fileobjs.c.
Referenced by TiCloseFileObject().
| NTSTATUS FileCloseControlChannel | ( | PTDI_REQUEST | Request | ) |
Definition at line 738 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 399 of file fileobjs.c.
Referenced by DispEchoRequest(), and TiCreateFileObject().
| NTSTATUS FileOpenConnection | ( | PTDI_REQUEST | Request, |
| PVOID | ClientContext | ||
| ) |
Definition at line 632 of file fileobjs.c.
Referenced by TiCreateFileObject().
| NTSTATUS FileOpenControlChannel | ( | PTDI_REQUEST | Request | ) |
Definition at line 694 of file fileobjs.c.
Referenced by TiCreateFileObject().
Definition at line 109 of file fileobjs.c.
Referenced by IPTimeoutDpcFn().
|
extern |
Definition at line 21 of file fileobjs.c.
Referenced by DriverEntry(), and TiUnload().
|
extern |
Definition at line 22 of file fileobjs.c.
Referenced by DriverEntry(), and TiUnload().
|
extern |
Definition at line 25 of file fileobjs.c.
Referenced by DriverEntry(), LogActiveObjects(), and TCPAllocateConnectionEndpoint().
|
extern |
Definition at line 26 of file fileobjs.c.
Referenced by ConnectionFree(), DriverEntry(), LogActiveObjects(), and TCPAllocateConnectionEndpoint().