Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The NDIS_UDP_HEADER_FIELD enumeration identifies the type of a field in a User Datagram Protocol (UDP) header to be filtered.
Syntax
typedef enum _NDIS_UDP_HEADER_FIELD {
NdisUdpHeaderFieldUndefined,
NdisUdpHeaderFieldDestinationPort,
NdisUdpHeaderFieldMaximum
} NDIS_UDP_HEADER_FIELD, *PNDIS_UDP_HEADER_FIELD;
Constants
NdisUdpHeaderFieldUndefined An undefined UDP header field. |
NdisUdpHeaderFieldDestinationPort The UDP destination port field. |
NdisUdpHeaderFieldMaximum The maximum value for this enumeration. This value might change in future versions of the NDIS header files and binaries. |
Remarks
The NDIS_UDP_HEADER_FIELD enumeration is used in the NDIS_RECEIVE_FILTER_FIELD_PARAMETERS structure.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Supported in NDIS 6.30 and later. |
Header | ntddndis.h (include Ndis.h) |