ReactOS 0.4.16-dev-297-gc569aee
|
#include "afd.h"
Go to the source code of this file.
Variables | |
static IO_COMPLETION_ROUTINE | StreamSocketConnectComplete |
NTSTATUS NTAPI AfdGetConnectData | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp, | ||
PIO_STACK_LOCATION | IrpSp | ||
) |
Definition at line 127 of file connect.c.
Referenced by AfdDispatch().
NTSTATUS NTAPI AfdGetConnectOptions | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp, | ||
PIO_STACK_LOCATION | IrpSp | ||
) |
Definition at line 15 of file connect.c.
Referenced by AfdDispatch().
NTSTATUS NTAPI AfdSetConnectData | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp, | ||
PIO_STACK_LOCATION | IrpSp | ||
) |
Definition at line 157 of file connect.c.
Referenced by AfdDispatch().
NTSTATUS NTAPI AfdSetConnectDataSize | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp, | ||
PIO_STACK_LOCATION | IrpSp | ||
) |
Definition at line 197 of file connect.c.
Referenced by AfdDispatch().
NTSTATUS NTAPI AfdSetConnectOptions | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp, | ||
PIO_STACK_LOCATION | IrpSp | ||
) |
Definition at line 45 of file connect.c.
Referenced by AfdDispatch().
NTSTATUS NTAPI AfdSetConnectOptionsSize | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp, | ||
PIO_STACK_LOCATION | IrpSp | ||
) |
Definition at line 86 of file connect.c.
Referenced by AfdDispatch().
NTSTATUS NTAPI AfdStreamSocketConnect | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp, | ||
PIO_STACK_LOCATION | IrpSp | ||
) |
Definition at line 431 of file connect.c.
Referenced by AfdDispatch().
Definition at line 259 of file connect.c.
Referenced by SatisfyAccept(), and StreamSocketConnectComplete().
|
static |
Definition at line 324 of file connect.c.
Definition at line 238 of file connect.c.
Referenced by AfdListenSocket(), AfdStreamSocketConnect(), and ListenComplete().
|
static |
Definition at line 320 of file connect.c.
Referenced by AfdStreamSocketConnect().