ReactOS 0.4.16-dev-38-g96c65e9
|
#include "afd.h"
Go to the source code of this file.
Functions | |
static NTSTATUS | SatisfyAccept (PAFD_DEVICE_EXTENSION DeviceExt, PIRP Irp, PFILE_OBJECT NewFileObject, PAFD_TDI_OBJECT_QELT Qelt) |
static NTSTATUS | SatisfyPreAccept (PIRP Irp, PAFD_TDI_OBJECT_QELT Qelt) |
static NTSTATUS NTAPI | ListenComplete (PDEVICE_OBJECT DeviceObject, PIRP Irp, PVOID Context) |
NTSTATUS | AfdListenSocket (PDEVICE_OBJECT DeviceObject, PIRP Irp, PIO_STACK_LOCATION IrpSp) |
NTSTATUS | AfdWaitForListen (PDEVICE_OBJECT DeviceObject, PIRP Irp, PIO_STACK_LOCATION IrpSp) |
NTSTATUS | AfdAccept (PDEVICE_OBJECT DeviceObject, PIRP Irp, PIO_STACK_LOCATION IrpSp) |
Variables | |
static IO_COMPLETION_ROUTINE | ListenComplete |
NTSTATUS AfdAccept | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp, | ||
PIO_STACK_LOCATION | IrpSp | ||
) |
Definition at line 337 of file listen.c.
Referenced by AfdDispatch().
NTSTATUS AfdListenSocket | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp, | ||
PIO_STACK_LOCATION | IrpSp | ||
) |
Definition at line 225 of file listen.c.
Referenced by AfdDispatch().
NTSTATUS AfdWaitForListen | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp, | ||
PIO_STACK_LOCATION | IrpSp | ||
) |
Definition at line 293 of file listen.c.
Referenced by AfdDispatch().
|
static |
Definition at line 90 of file listen.c.
|
static |
Definition at line 13 of file listen.c.
Referenced by AfdAccept().
|
static |
Definition at line 52 of file listen.c.
Referenced by AfdWaitForListen(), and ListenComplete().
|
static |
Definition at line 89 of file listen.c.
Referenced by AfdListenSocket(), and ListenComplete().