ReactOS 0.4.15-dev-7942-gd23573b
_tagSendEntry Struct Reference
Collaboration diagram for _tagSendEntry:

Public Attributes

LIST_ENTRY list
 
PNDIS_PACKET packet
 
ULONG flags
 
ULONG ipTransferUnit
 
union {
   ULONG   PriorityDataLong
 
   UCHAR   PriorityData [4]
 
}; 
 

Detailed Description

Definition at line 49 of file ParaNdis5-Impl.c.

Member Data Documentation

◆ 

union { ... } _tagSendEntry::@998

◆ flags

ULONG _tagSendEntry::flags

Definition at line 53 of file ParaNdis5-Impl.c.

Referenced by ParaNdis_PacketMapper(), and PrepareSendEntry().

◆ ipTransferUnit

ULONG _tagSendEntry::ipTransferUnit

Definition at line 54 of file ParaNdis5-Impl.c.

Referenced by ParaNdis_PacketMapper(), and PrepareSendEntry().

◆ list

LIST_ENTRY _tagSendEntry::list

Definition at line 51 of file ParaNdis5-Impl.c.

Referenced by ParaNdis5_SendPackets().

◆ packet

PNDIS_PACKET _tagSendEntry::packet

Definition at line 52 of file ParaNdis5-Impl.c.

Referenced by PrepareSendEntry().

◆ PriorityData

UCHAR _tagSendEntry::PriorityData[4]

Definition at line 58 of file ParaNdis5-Impl.c.

Referenced by PrepareSendEntry().

◆ PriorityDataLong

ULONG _tagSendEntry::PriorityDataLong

Definition at line 57 of file ParaNdis5-Impl.c.

Referenced by ParaNdis_PacketMapper(), and PrepareSendEntry().


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