ReactOS 0.4.15-dev-7842-g558ab78
IPFRAGMENT_CONTEXT Struct Reference

#include <transmit.h>

Collaboration diagram for IPFRAGMENT_CONTEXT:

Public Attributes

struct IPFRAGMENT_CONTEXTNext
 
PNDIS_PACKET Datagram
 
PVOID DatagramData
 
UINT HeaderSize
 
PNDIS_PACKET NdisPacket
 
PNDIS_BUFFER NdisBuffer
 
PVOID Header
 
PVOID Data
 
UINT Position
 
UINT BytesLeft
 
UINT PathMTU
 
PNEIGHBOR_CACHE_ENTRY NCE
 
KEVENT Event
 
NDIS_STATUS Status
 

Detailed Description

Definition at line 15 of file transmit.h.

Member Data Documentation

◆ BytesLeft

UINT IPFRAGMENT_CONTEXT::BytesLeft

Definition at line 25 of file transmit.h.

Referenced by PrepareNextFragment(), and SendFragments().

◆ Data

PVOID IPFRAGMENT_CONTEXT::Data

Definition at line 23 of file transmit.h.

Referenced by PrepareNextFragment(), and SendFragments().

◆ Datagram

PNDIS_PACKET IPFRAGMENT_CONTEXT::Datagram

Definition at line 17 of file transmit.h.

Referenced by SendFragments().

◆ DatagramData

PVOID IPFRAGMENT_CONTEXT::DatagramData

Definition at line 18 of file transmit.h.

Referenced by PrepareNextFragment(), and SendFragments().

◆ Event

KEVENT IPFRAGMENT_CONTEXT::Event

Definition at line 28 of file transmit.h.

Referenced by IPSendComplete(), and SendFragments().

◆ Header

PVOID IPFRAGMENT_CONTEXT::Header

Definition at line 22 of file transmit.h.

Referenced by PrepareNextFragment(), and SendFragments().

◆ HeaderSize

UINT IPFRAGMENT_CONTEXT::HeaderSize

Definition at line 19 of file transmit.h.

Referenced by PrepareNextFragment(), and SendFragments().

◆ NCE

PNEIGHBOR_CACHE_ENTRY IPFRAGMENT_CONTEXT::NCE

Definition at line 27 of file transmit.h.

Referenced by SendFragments().

◆ NdisBuffer

PNDIS_BUFFER IPFRAGMENT_CONTEXT::NdisBuffer

Definition at line 21 of file transmit.h.

◆ NdisPacket

PNDIS_PACKET IPFRAGMENT_CONTEXT::NdisPacket

Definition at line 20 of file transmit.h.

Referenced by SendFragments().

◆ Next

struct IPFRAGMENT_CONTEXT* IPFRAGMENT_CONTEXT::Next

Definition at line 16 of file transmit.h.

◆ PathMTU

UINT IPFRAGMENT_CONTEXT::PathMTU

Definition at line 26 of file transmit.h.

Referenced by PrepareNextFragment(), and SendFragments().

◆ Position

UINT IPFRAGMENT_CONTEXT::Position

Definition at line 24 of file transmit.h.

Referenced by PrepareNextFragment(), and SendFragments().

◆ Status

NDIS_STATUS IPFRAGMENT_CONTEXT::Status

Definition at line 29 of file transmit.h.

Referenced by IPSendComplete(), and SendFragments().


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