|
ReactOS 0.4.16-dev-2300-g249be9e
|
#include "afd.h"
Go to the source code of this file.
Variables | |
| static IO_COMPLETION_ROUTINE | StreamSocketConnectSendComplete |
| 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 520 of file connect.c.
Referenced by AfdDispatch().
| NTSTATUS NTAPI AfdStreamSocketSuperConnect | ( | PDEVICE_OBJECT | DeviceObject, |
| PIRP | Irp, | ||
| PIO_STACK_LOCATION | IrpSp | ||
| ) |
Definition at line 673 of file connect.c.
Referenced by AfdDispatch().
Definition at line 259 of file connect.c.
Referenced by SatisfyAccept(), and StreamSocketConnectComplete().
|
static |
Definition at line 371 of file connect.c.
|
static |
Definition at line 326 of file connect.c.
Definition at line 238 of file connect.c.
Referenced by AfdListenSocket(), AfdStreamSocketConnect(), AfdStreamSocketSuperConnect(), and ListenComplete().
|
static |
Definition at line 367 of file connect.c.
Referenced by AfdStreamSocketConnect(), and AfdStreamSocketSuperConnect().
|
static |
Definition at line 321 of file connect.c.
Referenced by StreamSocketConnectComplete().