ReactOS 0.4.15-dev-7834-g00c4b3d
_NDIS_PACKET_8021Q_INFO Struct Reference

#include <ndis.h>

Collaboration diagram for _NDIS_PACKET_8021Q_INFO:

Public Attributes

union {
   struct {
      UINT32   UserPriority:3
 
      UINT32   CanonicalFormatId:1
 
      UINT32   VlanId:12
 
      UINT32   Reserved:16
 
   }   TagHeader
 
   PVOID   Value
 
}; 
 

Detailed Description

Definition at line 1165 of file ndis.h.

Member Data Documentation

◆ 

__MINGW_EXTENSION union { ... } _NDIS_PACKET_8021Q_INFO::@2098

◆ CanonicalFormatId

UINT32 _NDIS_PACKET_8021Q_INFO::CanonicalFormatId

Definition at line 1169 of file ndis.h.

◆ Reserved

UINT32 _NDIS_PACKET_8021Q_INFO::Reserved

Definition at line 1171 of file ndis.h.

◆ 

struct { ... } _NDIS_PACKET_8021Q_INFO::TagHeader

◆ UserPriority

UINT32 _NDIS_PACKET_8021Q_INFO::UserPriority

Definition at line 1168 of file ndis.h.

◆ Value

PVOID _NDIS_PACKET_8021Q_INFO::Value

Definition at line 1173 of file ndis.h.

Referenced by ParaNdis_IndicateReceivedPacket(), and PrepareSendEntry().

◆ VlanId

UINT32 _NDIS_PACKET_8021Q_INFO::VlanId

Definition at line 1170 of file ndis.h.


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