ReactOS 0.4.16-dev-329-g9223134
|
#include <ndis.h>
Public Attributes | |
union { | |
struct { | |
UINT32 UserPriority:3 | |
UINT32 CanonicalFormatId:1 | |
UINT32 VlanId:12 | |
UINT32 Reserved:16 | |
} TagHeader | |
PVOID Value | |
}; | |
__MINGW_EXTENSION union { ... } _NDIS_PACKET_8021Q_INFO::@2112 |
struct { ... } _NDIS_PACKET_8021Q_INFO::TagHeader |
Referenced by ParaNdis_IndicateReceivedPacket(), and PrepareSendEntry().
PVOID _NDIS_PACKET_8021Q_INFO::Value |
Definition at line 1173 of file ndis.h.
Referenced by ParaNdis_IndicateReceivedPacket(), and PrepareSendEntry().