// ntddndis.h
typedef enum _NDIS_ARP_HEADER_FIELD {
NdisARPHeaderFieldUndefined,
NdisARPHeaderFieldOperation,
NdisARPHeaderFieldSPA,
NdisARPHeaderFieldTPA,
NdisARPHeaderFieldMaximum
} NDIS_ARP_HEADER_FIELD, *PNDIS_ARP_HEADER_FIELD;
View the official Windows Driver Kit DDI referenceNo description available.
The NDIS_ARP_HEADER_FIELD enumeration identifies the type of a field in an Address Resolution Protocol (ARP) header.
NdisARPHeaderFieldUndefinedAn undefined ARP header field.
NdisARPHeaderFieldOperationThe ARP operation field.
NdisARPHeaderFieldSPAThe ARP source protocol address (SPA) field.
NdisARPHeaderFieldTPAThe ARP target protocol address (TPA) field.
NdisARPHeaderFieldMaximumThe maximum value for this enumeration. This value might change in future versions of the NDIS header files and binaries.
The NDIS_ARP_HEADER_FIELD enumeration is used in the NDIS_RECEIVE_FILTER_FIELD_PARAMETERS structure.
NDIS_RECEIVE_FILTER_FIELD_PARAMETERS