NET_PACKET_TX_IEEE8021Q_ACTION_FLAGS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ieee8021qtypes.h

typedef enum _NET_PACKET_TX_IEEE8021Q_ACTION_FLAGS {
  NetPacketTxIeee8021qActionFlagPriorityRequired = 1,
  NetPacketTxIeee8021qActionFlagVlanRequired = 2
} NET_PACKET_TX_IEEE8021Q_ACTION_FLAGS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ieee8021qtypes-net_packet_tx_ieee8021q_action_flags)

Description

NetAdapterCx sets the NET_PACKET_TX_IEEE8021Q_ACTION_FLAGS enum to specify the IEEE 802.1 priority tagging and virtual LAN (VLAN) tagging capabilities that the client driver supports.

Constants

NetPacketTxIeee8021qActionFlagPriorityRequired:1

NetPacketTxIeee8021qActionFlagVlanRequired:2

Remarks

If only IEEE 802.1 priority tagging is supported, NetAdapterCx sets this value to 1. If only VLAN tagging is supported, NetAdapterCx sets this value to 2. If both are supported, NetAdapterCx sets this value to 3.

See also

NET_ADAPTER_OFFLOAD_IEEE8021Q_TAG_CAPABILITIES