ReactOS 0.4.15-dev-7958-gcd0bb1a
dispatch.h
Go to the documentation of this file.
1/*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS TCP/IP protocol driver
4 * FILE: include/dispatch.h
5 * PURPOSE: Dispatch routine prototypes
6 */
7
8#pragma once
9
10typedef struct _DISCONNECT_TYPE {
15
17 PIRP Irp);
18
20 PIRP Irp);
21
23 PIRP Irp);
24
26 PIRP Irp);
27
29 PIRP Irp);
30
32 PIRP Irp);
33
36 PIRP Irp);
37
39 PIRP Irp);
40
42 PIRP Irp);
43
45 PIRP Irp);
46
48 PIRP Irp);
49
51 PIRP Irp);
52
54 PIRP Irp);
55
57 PIRP Irp,
59
61 PIRP Irp,
63
65 PIRP Irp,
67
69 PIRP Irp,
71
74 PIRP Irp,
76
78 PVOID Data);
79
81
82/* EOF */
LONG NTSTATUS
Definition: precomp.h:26
_In_ PIRP Irp
Definition: csq.h:116
NTSTATUS DispTdiQueryIpHwAddress(PDEVICE_OBJECT DeviceObject, PIRP Irp, PIO_STACK_LOCATION IrpSp)
Definition: dispatch.c:1681
NTSTATUS DispTdiQueryInformationEx(PIRP Irp, PIO_STACK_LOCATION IrpSp)
Definition: dispatch.c:1319
NTSTATUS DispTdiQueryInformation(PDEVICE_OBJECT DeviceObject, PIRP Irp)
Definition: dispatch.c:662
NTSTATUS DispTdiAssociateAddress(PIRP Irp)
Definition: dispatch.c:270
struct _DISCONNECT_TYPE DISCONNECT_TYPE
NTSTATUS DispTdiConnect(PIRP Irp)
Definition: dispatch.c:382
NTSTATUS DispTdiReceive(PIRP Irp)
Definition: dispatch.c:802
NTSTATUS DispTdiDeleteIPAddress(PIRP Irp, PIO_STACK_LOCATION IrpSp)
Definition: dispatch.c:1609
NTSTATUS DispTdiSend(PIRP Irp)
Definition: dispatch.c:945
NTSTATUS DispTdiSetIPAddress(PIRP Irp, PIO_STACK_LOCATION IrpSp)
Definition: dispatch.c:1561
VOID DispDoDisconnect(PVOID Data)
NTSTATUS DispTdiDisconnect(PIRP Irp)
Definition: dispatch.c:484
NTSTATUS DispTdiSetInformation(PIRP Irp)
Definition: dispatch.c:1266
struct _DISCONNECT_TYPE * PDISCONNECT_TYPE
NTSTATUS DispTdiReceiveDatagram(PIRP Irp)
Definition: dispatch.c:870
NTSTATUS DispTdiSetInformationEx(PIRP Irp, PIO_STACK_LOCATION IrpSp)
Definition: dispatch.c:1502
NTSTATUS DispTdiSetEventHandler(PIRP Irp)
Definition: dispatch.c:1103
NTSTATUS DispTdiSendDatagram(PIRP Irp)
Definition: dispatch.c:1018
NTSTATUS DispTdiAccept(PIRP Irp)
Definition: dispatch.c:254
NTSTATUS DispTdiDisassociateAddress(PIRP Irp)
Definition: dispatch.c:446
NTSTATUS IRPFinish(PIRP Irp, NTSTATUS Status)
Definition: dispatch.c:26
NTSTATUS DispTdiListen(PIRP Irp)
Definition: dispatch.c:550
_In_ PIO_STACK_LOCATION IrpSp
Definition: create.c:4137
Status
Definition: gdiplustypes.h:25
unsigned int UINT
Definition: ndis.h:50
_In_ PDEVICE_OBJECT DeviceObject
Definition: wdfdevice.h:2055