OID_802_3_MULTICAST_LIST (Windows CE 5.0)

Send Feedback

This object specifies the multicast address list on the NIC enabled for packet reception. For a query, NDIS returns a list containing the union of all bindings' multicast address lists.

When a NIC driver initializes, it resets the NIC so the multicast address list is 0. NDIS also initializes the packet filter so it does not allow the protocol driver to receive multicast packets.

To receive a multicast packet, the protocol driver must later set the packet filter to include the NDIS_PACKET_TYPE_MULTICAST flag. At any time, it can disable multicast packet reception by canceling this flag. The order in which the protocol driver enables reception for multicast packets is not important.

The NIC driver can set a limit on the number of multicast addresses bound protocol drivers can enable simultaneously. NDIS returns NDIS_STATUS_MULTICAST_FULL if a protocol driver exceeds this limit or if it specifies an invalid multicast address.

A protocol driver can set the packet filter to enable all multicast packets, and do the filtering itself.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Ntddndis.h.

See Also

MiniportQueryInformation | NDIS_PACKET | NdisRequest | NDIS_REQUEST | OID_GEN_CURRENT_PACKET_FILTER

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.