ReactOS 0.4.16-dev-297-gc569aee
|
#include "afd.h"
Go to the source code of this file.
Variables | |
ULONG | AfdReceiveWindowSize = 0x2000 |
ULONG | AfdSendWindowSize = 0x2000 |
static IO_COMPLETION_ROUTINE | DisconnectComplete |
static DRIVER_DISPATCH | AfdDispatch |
static DRIVER_UNLOAD | AfdUnload |
VOID NTAPI AfdCancelHandler | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp | ||
) |
Definition at line 1181 of file main.c.
|
static |
Definition at line 426 of file main.c.
Referenced by AfdDispatch().
|
static |
Definition at line 460 of file main.c.
Referenced by AfdDispatch().
|
static |
Definition at line 302 of file main.c.
Referenced by AfdDispatch(), TestSend(), TestSendTo(), TestTcp(), and TestUdp().
|
static |
Definition at line 715 of file main.c.
Referenced by AfdDispatch().
|
static |
Definition at line 903 of file main.c.
NTSTATUS NTAPI AfdGetDisconnectData | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp, | ||
PIO_STACK_LOCATION | IrpSp | ||
) |
Definition at line 157 of file main.c.
Referenced by AfdDispatch().
NTSTATUS NTAPI AfdGetDisconnectOptions | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp, | ||
PIO_STACK_LOCATION | IrpSp | ||
) |
Definition at line 46 of file main.c.
Referenced by AfdDispatch().
|
static |
Definition at line 270 of file main.c.
Referenced by AfdDispatch().
NTSTATUS AfdQueryFsDeviceInfo | ( | PDEVICE_OBJECT | DeviceObject, |
PFILE_FS_DEVICE_INFORMATION | Buffer, | ||
PULONG | Length | ||
) |
Definition at line 855 of file main.c.
Referenced by AfdQueryVolumeInformation().
|
static |
Definition at line 874 of file main.c.
Referenced by AfdDispatch().
NTSTATUS NTAPI AfdSetDisconnectData | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp, | ||
PIO_STACK_LOCATION | IrpSp | ||
) |
Definition at line 188 of file main.c.
Referenced by AfdDispatch().
NTSTATUS NTAPI AfdSetDisconnectDataSize | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp, | ||
PIO_STACK_LOCATION | IrpSp | ||
) |
Definition at line 229 of file main.c.
Referenced by AfdDispatch().
NTSTATUS NTAPI AfdSetDisconnectOptions | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp, | ||
PIO_STACK_LOCATION | IrpSp | ||
) |
Definition at line 76 of file main.c.
Referenced by AfdDispatch().
NTSTATUS NTAPI AfdSetDisconnectOptionsSize | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp, | ||
PIO_STACK_LOCATION | IrpSp | ||
) |
Definition at line 117 of file main.c.
Referenced by AfdDispatch().
|
static |
BOOLEAN CheckUnlockExtraBuffers | ( | PAFD_FCB | FCB, |
PIO_STACK_LOCATION | IrpSp | ||
) |
Definition at line 1089 of file main.c.
Referenced by CleanupPendingIrp(), PacketSocketRecvComplete(), and SatisfyPacketRecvRequest().
VOID CleanupPendingIrp | ( | PAFD_FCB | FCB, |
PIRP | Irp, | ||
PIO_STACK_LOCATION | IrpSp, | ||
PAFD_ACTIVE_POLL | Poll | ||
) |
Definition at line 1138 of file main.c.
Referenced by AfdCancelHandler().
|
static |
Definition at line 600 of file main.c.
Definition at line 668 of file main.c.
Referenced by AfdDisconnect(), and RetryDisconnectCompletion().
NTSTATUS NTAPI DriverEntry | ( | PDRIVER_OBJECT | DriverObject, |
PUNICODE_STRING | RegistryPath | ||
) |
Definition at line 1308 of file main.c.
Definition at line 29 of file main.c.
Referenced by AfdStreamSocketConnect().
Definition at line 703 of file main.c.
Referenced by SendComplete().
|
static |
Definition at line 901 of file main.c.
Referenced by DriverEntry().
ULONG AfdReceiveWindowSize = 0x2000 |
Definition at line 26 of file main.c.
Referenced by AfdCreateSocket().
ULONG AfdSendWindowSize = 0x2000 |
Definition at line 27 of file main.c.
Referenced by AfdCreateSocket().
|
static |
Definition at line 1300 of file main.c.
Referenced by DriverEntry().
|
static |
Definition at line 596 of file main.c.
Referenced by DoDisconnect().