// ntddndis.h
typedef enum _NDIS_IPV6_HEADER_FIELD {
NdisIPv6HeaderFieldUndefined,
NdisIPv6HeaderFieldProtocol,
NdisIPv6HeaderFieldMaximum
} NDIS_IPV6_HEADER_FIELD, *PNDIS_IPV6_HEADER_FIELD;
View the official Windows Driver Kit DDI referenceNo description available.
The NDIS_IPV6_HEADER_FIELD enumeration identifies the type of a field in an IP version 6 (IPv6) header to be filtered.
NdisIPv6HeaderFieldUndefinedAn undefined IPv6 header field.
NdisIPv6HeaderFieldProtocolThe IPv6 protocol field.
NdisIPv6HeaderFieldMaximumThe maximum value for this enumeration. This value might change in future versions of the NDIS header files and binaries.
The NDIS_IPV6_HEADER_FIELD enumeration is used in the NDIS_RECEIVE_FILTER_FIELD_PARAMETERS structure.
NDIS_RECEIVE_FILTER_FIELD_PARAMETERS