ReactOS 0.4.15-dev-8621-g4b051b9
|
Go to the source code of this file.
NTSTATUS TdiCloseDevice | ( | HANDLE | Handle, |
PFILE_OBJECT | FileObject | ||
) |
Definition at line 158 of file tditest.c.
Referenced by TdiUnload().
NTSTATUS TdiConnect | ( | PIRP * | PendingIrp, |
PFILE_OBJECT | ConnectionObject, | ||
PTDI_CONNECTION_INFORMATION | ConnectionCallInfo, | ||
PTDI_CONNECTION_INFORMATION | ConnectionReturnInfo, | ||
PIO_COMPLETION_ROUTINE | CompletionRoutine, | ||
PVOID | CompletionContext | ||
) |
Definition at line 334 of file tdi.c.
Referenced by AfdStreamSocketConnect().
NTSTATUS TdiDisconnect | ( | PIRP * | Irp, |
PFILE_OBJECT | TransportObject, | ||
PLARGE_INTEGER | Time, | ||
USHORT | Flags, | ||
PIO_COMPLETION_ROUTINE | CompletionRoutine, | ||
PVOID | CompletionContext, | ||
PTDI_CONNECTION_INFORMATION | RequestConnectionInfo, | ||
PTDI_CONNECTION_INFORMATION | ReturnConnectionInfo | ||
) |
Definition at line 1249 of file tdi.c.
Referenced by DoDisconnect().
NTSTATUS TdiOpenConnectionEndpointFile | ( | PUNICODE_STRING | DeviceName, |
PHANDLE | ConnectionHandle, | ||
PFILE_OBJECT * | ConnectionObject | ||
) |
Definition at line 281 of file tdi.c.
Referenced by WarmSocketForConnection().
NTSTATUS TdiQueryDeviceControl | ( | PFILE_OBJECT | FileObject, |
ULONG | IoControlCode, | ||
PVOID | InputBuffer, | ||
ULONG | InputBufferLength, | ||
PVOID | OutputBuffer, | ||
ULONG | OutputBufferLength, | ||
PULONG | Return | ||
) |
Definition at line 607 of file tdi.c.
Referenced by TdiQueryInformationEx().
NTSTATUS TdiQueryInformation | ( | PFILE_OBJECT | FileObject, |
LONG | QueryType, | ||
PMDL | MdlBuffer | ||
) |
Definition at line 668 of file tdi.c.
Referenced by AfdGetSockName(), and TdiQueryMaxDatagramLength().
NTSTATUS TdiSetEventHandler | ( | PFILE_OBJECT | FileObject, |
LONG | EventType, | ||
PVOID | Handler, | ||
PVOID | Context | ||
) |
Definition at line 546 of file tdi.c.
Referenced by AfdDeregisterEventHandlers(), and AfdRegisterEventHandlers().