NDIS_MAC_PACKET_TYPE - NtDoc

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

typedef enum _NDIS_MAC_PACKET_TYPE {
  NdisMacPacketTypeUndefined,
  NdisMacPacketTypeUnicast,
  NdisMacPacketTypeMulticast,
  NdisMacPacketTypeBroadcast,
  NdisMacPacketTypeMaximum
} NDIS_MAC_PACKET_TYPE, *PNDIS_MAC_PACKET_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ntddndis-_ndis_mac_packet_type)

_NDIS_MAC_PACKET_TYPE enumeration

Description

The NDIS_MAC_PACKET_TYPE enumeration identifies the type of a destination address field in a media access control (MAC) header to be filtered.

Constants

NdisMacPacketTypeUndefined

An undefined MAC packet type.

NdisMacPacketTypeUnicast

A unicast MAC packet type.

NdisMacPacketTypeMulticast

A multicast MAC packet type.

NdisMacPacketTypeBroadcast

A broadcast MAC packet type.

NdisMacPacketTypeMaximum

The maximum value for this enumeration. This value might change in future versions of the NDIS header files and binaries.

Remarks

The NDIS_MAC_PACKET_TYPE enumeration is used in the NDIS_RECEIVE_FILTER_FIELD_PARAMETERS structure.

See also

NDIS_RECEIVE_FILTER_FIELD_PARAMETERS