|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ndis.h>

Public Attributes | |
| NDIS_PACKET_PRIVATE | Private |
| union { | |
| struct { | |
| UCHAR MiniportReserved [2 *sizeof(PVOID)] | |
| UCHAR WrapperReserved [2 *sizeof(PVOID)] | |
| } | |
| struct { | |
| UCHAR MiniportReservedEx [3 *sizeof(PVOID)] | |
| UCHAR WrapperReservedEx [sizeof(PVOID)] | |
| } | |
| struct { | |
| UCHAR MacReserved [4 *sizeof(PVOID)] | |
| } | |
| }; | |
| ULONG_PTR | Reserved [2] |
| UCHAR | ProtocolReserved [1] |
| __MINGW_EXTENSION union { ... } _NDIS_PACKET::@2268 |
| NDIS_PACKET_PRIVATE _NDIS_PACKET::Private |
Definition at line 735 of file ndis.h.
Referenced by NdisDprAllocatePacketNonInterlocked(), and ProSendPackets().
| ULONG_PTR _NDIS_PACKET::Reserved[2] |
Definition at line 749 of file ndis.h.
Referenced by MiniIndicateReceivePacket(), and NdisDprAllocatePacketNonInterlocked().
Definition at line 739 of file ndis.h.
Referenced by MiniIndicateReceivePacket().