OID_802_3_MAXIMUM_LIST_SIZE

NDIS and overlying protocol drivers use the OID_802_3_MAXIMUM_LIST_SIZE OID request to query or set the maximum number of 6-byte multicast addresses that the miniport adapter's multicast address list can hold.

This multicast address list is shared by all protocol drivers that are bound to the miniport adapter. Because it is a shared resource, a protocol driver can receive NDIS_STATUS_MULTICAST_FULL from the miniport adapter in response to an OID_802_3_MULTICAST_LIST OID set request, even if the number of elements in the list is less than the number that NDIS previously returned for an OID_802_3_MAXIMUM_LIST_SIZE OID query request.

Requirements

Header

Ntddndis.h (include Ndis.h)

See also

OID_802_3_ADD_MULTICAST_ADDRESS

OID_802_3_DELETE_MULTICAST_ADDRESS

OID_802_3_MULTICAST_LIST