ReactOS 0.4.15-dev-7994-gb388cb6
_ICMP_PACKET_CONTEXT Struct Reference
Collaboration diagram for _ICMP_PACKET_CONTEXT:

Public Attributes

TDI_REQUEST TdiRequest
 
KDPC TimeoutDpc
 
KEVENT InitializationFinishedEvent
 
KEVENT DatagramProcessedEvent
 
LARGE_INTEGER TimerResolution
 
INT64 StartTicks
 
PIRP Irp
 
PUCHAR CurrentReply
 
UINT32 RemainingSize
 
LONG nReplies
 
PIO_WORKITEM FinishWorker
 
KTIMER TimeoutTimer
 

Detailed Description

Definition at line 14 of file icmp.c.

Member Data Documentation

◆ CurrentReply

PUCHAR _ICMP_PACKET_CONTEXT::CurrentReply

Definition at line 23 of file icmp.c.

Referenced by DispEchoRequest().

◆ DatagramProcessedEvent

KEVENT _ICMP_PACKET_CONTEXT::DatagramProcessedEvent

Definition at line 19 of file icmp.c.

Referenced by DispEchoRequest().

◆ FinishWorker

PIO_WORKITEM _ICMP_PACKET_CONTEXT::FinishWorker

Definition at line 26 of file icmp.c.

Referenced by DispEchoRequest().

◆ InitializationFinishedEvent

KEVENT _ICMP_PACKET_CONTEXT::InitializationFinishedEvent

Definition at line 18 of file icmp.c.

Referenced by DispEchoRequest().

◆ Irp

PIRP _ICMP_PACKET_CONTEXT::Irp

Definition at line 22 of file icmp.c.

Referenced by DispEchoRequest().

◆ nReplies

LONG _ICMP_PACKET_CONTEXT::nReplies

Definition at line 25 of file icmp.c.

Referenced by DispEchoRequest().

◆ RemainingSize

UINT32 _ICMP_PACKET_CONTEXT::RemainingSize

Definition at line 24 of file icmp.c.

Referenced by DispEchoRequest().

◆ StartTicks

INT64 _ICMP_PACKET_CONTEXT::StartTicks

Definition at line 21 of file icmp.c.

Referenced by DispEchoRequest().

◆ TdiRequest

TDI_REQUEST _ICMP_PACKET_CONTEXT::TdiRequest

Definition at line 16 of file icmp.c.

Referenced by DispEchoRequest().

◆ TimeoutDpc

KDPC _ICMP_PACKET_CONTEXT::TimeoutDpc

Definition at line 17 of file icmp.c.

Referenced by DispEchoRequest().

◆ TimeoutTimer

KTIMER _ICMP_PACKET_CONTEXT::TimeoutTimer

Definition at line 27 of file icmp.c.

Referenced by DispEchoRequest().

◆ TimerResolution

LARGE_INTEGER _ICMP_PACKET_CONTEXT::TimerResolution

Definition at line 20 of file icmp.c.

Referenced by DispEchoRequest().


The documentation for this struct was generated from the following file: