ReactOS 0.4.16-dev-320-g3bd9ddc
|
Public Attributes | |
LIST_ENTRY | list |
PNDIS_PACKET | packet |
ULONG | flags |
ULONG | ipTransferUnit |
union { | |
ULONG PriorityDataLong | |
UCHAR PriorityData [4] | |
}; | |
Definition at line 49 of file ParaNdis5-Impl.c.
union { ... } _tagSendEntry::@1008 |
ULONG _tagSendEntry::flags |
Definition at line 53 of file ParaNdis5-Impl.c.
Referenced by ParaNdis_PacketMapper(), and PrepareSendEntry().
ULONG _tagSendEntry::ipTransferUnit |
Definition at line 54 of file ParaNdis5-Impl.c.
Referenced by ParaNdis_PacketMapper(), and PrepareSendEntry().
LIST_ENTRY _tagSendEntry::list |
Definition at line 51 of file ParaNdis5-Impl.c.
Referenced by ParaNdis5_SendPackets().
PNDIS_PACKET _tagSendEntry::packet |
Definition at line 52 of file ParaNdis5-Impl.c.
Referenced by PrepareSendEntry().
UCHAR _tagSendEntry::PriorityData[4] |
Definition at line 58 of file ParaNdis5-Impl.c.
Referenced by PrepareSendEntry().
ULONG _tagSendEntry::PriorityDataLong |
Definition at line 57 of file ParaNdis5-Impl.c.
Referenced by ParaNdis_PacketMapper(), and PrepareSendEntry().