ReactOS 0.4.16-dev-311-g9382aa2
|
Go to the source code of this file.
Variables | |
HANDLE | TdiTransport = 0 |
PFILE_OBJECT | TdiTransportObject = NULL |
ULONG | LocalAddress |
BOOLEAN | OpenError |
KEVENT | StopEvent |
HANDLE | SendThread |
HANDLE | ReceiveThread |
NTSTATUS NTAPI DriverEntry | ( | PDRIVER_OBJECT | DriverObject, |
PUNICODE_STRING | RegistryPath | ||
) |
Definition at line 889 of file tditest.c.
NTSTATUS TdiCall | ( | PIRP | Irp, |
PDEVICE_OBJECT | DeviceObject, | ||
PIO_STATUS_BLOCK | IoStatusBlock, | ||
BOOLEAN | CanCancel | ||
) |
Definition at line 32 of file tditest.c.
Referenced by TdiQueryDeviceControl(), TdiReceiveDatagram(), and TdiSendDatagram().
NTSTATUS TdiCloseDevice | ( | HANDLE | Handle, |
PFILE_OBJECT | FileObject | ||
) |
NTSTATUS TdiOpenDevice | ( | PWSTR | Protocol, |
ULONG | EaLength, | ||
PFILE_FULL_EA_INFORMATION | EaInfo, | ||
PHANDLE | Handle, | ||
PFILE_OBJECT * | Object | ||
) |
Definition at line 89 of file tditest.c.
Referenced by TdiOpenTransport().
Definition at line 816 of file tditest.c.
Referenced by DriverEntry().
NTSTATUS TdiOpenTransport | ( | PWSTR | Protocol, |
USHORT | Port, | ||
PHANDLE | Transport, | ||
PFILE_OBJECT * | TransportObject | ||
) |
Definition at line 172 of file tditest.c.
Referenced by TdiOpenThread().
NTSTATUS TdiQueryAddress | ( | PFILE_OBJECT | FileObject, |
PULONG | Address | ||
) |
Definition at line 319 of file tditest.c.
Referenced by TdiOpenThread().
NTSTATUS TdiQueryDeviceControl | ( | PFILE_OBJECT | FileObject, |
ULONG | IoControlCode, | ||
PVOID | InputBuffer, | ||
ULONG | InputBufferLength, | ||
PVOID | OutputBuffer, | ||
ULONG | OutputBufferLength, | ||
PULONG | Return | ||
) |
Definition at line 226 of file tditest.c.
Referenced by TdiQueryInformationEx().
NTSTATUS TdiQueryInformationEx | ( | PFILE_OBJECT | FileObject, |
ULONG | Entity, | ||
ULONG | Instance, | ||
ULONG | Class, | ||
ULONG | Type, | ||
ULONG | Id, | ||
PVOID | OutputBuffer, | ||
PULONG | OutputLength | ||
) |
Definition at line 275 of file tditest.c.
Referenced by TdiQueryAddress().
NTSTATUS TdiReceiveDatagram | ( | PFILE_OBJECT | TransportObject, |
USHORT | Port, | ||
PULONG | Address, | ||
PUCHAR | Buffer, | ||
PULONG | BufferSize | ||
) |
Definition at line 579 of file tditest.c.
Referenced by TdiReceiveThread().
Definition at line 770 of file tditest.c.
Referenced by DriverEntry().
NTSTATUS TdiSendDatagram | ( | PFILE_OBJECT | TransportObject, |
USHORT | Port, | ||
ULONG | Address, | ||
PVOID | Buffer, | ||
ULONG | BufferSize | ||
) |
Definition at line 471 of file tditest.c.
Referenced by TdiSendThread().
Definition at line 717 of file tditest.c.
Referenced by DriverEntry().
VOID TdiUnload | ( | PDRIVER_OBJECT | DriverObject | ) |
Definition at line 857 of file tditest.c.
Referenced by DriverEntry().
BOOLEAN OpenError |
Definition at line 27 of file tditest.c.
Referenced by TdiOpenThread(), TdiReceiveThread(), and TdiSendThread().
HANDLE ReceiveThread |
Definition at line 30 of file tditest.c.
Referenced by DriverEntry(), and TdiUnload().
HANDLE SendThread |
Definition at line 29 of file tditest.c.
Referenced by DriverEntry(), and TdiUnload().
KEVENT StopEvent |
Definition at line 28 of file tditest.c.
Referenced by DriverEntry(), TdiCall(), TdiSendThread(), and TdiUnload().
HANDLE TdiTransport = 0 |
Definition at line 24 of file tditest.c.
Referenced by TdiOpenThread(), and TdiUnload().
PFILE_OBJECT TdiTransportObject = NULL |
Definition at line 25 of file tditest.c.
Referenced by TdiOpenThread(), TdiReceiveThread(), TdiSendThread(), and TdiUnload().