ReactOS 0.4.16-dev-297-gc569aee
|
#include "afd.h"
Go to the source code of this file.
NTSTATUS NTAPI AfdGetInfo | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp, | ||
PIO_STACK_LOCATION | IrpSp | ||
) |
Definition at line 14 of file info.c.
Referenced by AfdDispatch().
NTSTATUS NTAPI AfdGetPeerName | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp, | ||
PIO_STACK_LOCATION | IrpSp | ||
) |
Definition at line 281 of file info.c.
Referenced by AfdDispatch().
NTSTATUS NTAPI AfdGetSockName | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp, | ||
PIO_STACK_LOCATION | IrpSp | ||
) |
Definition at line 232 of file info.c.
Referenced by AfdDispatch().
NTSTATUS NTAPI AfdSetInfo | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp, | ||
PIO_STACK_LOCATION | IrpSp | ||
) |
Definition at line 102 of file info.c.
Referenced by AfdDispatch().