FDDI_NUMBER_OF_GLOBAL_FILTER_LONG_ADDRESSES

UINT
   FDDI_NUMBER_OF_GLOBAL_FILTER_LONG_ADDRESSES(
       IN PFDDI_FILTER Filter
       );

FDDI_NUMBER_OF_GLOBAL_FILTER_LONG_ADDRESSES is called by the NIC driver or another FDDI filter library function or macro to count the number of filter library database multicast long addresses.

Parameters

Filter

Points to a previously created and initialized filter library database.

Return Value

FDDI_NUMBER_OF_GLOBAL_FILTER_LONG_ADDRESSES returns the number of multicast long addresses associated with the FDDI filter library database.

Comments

A caller must be holding the database spin lock to use this macro, so the driver is running at IRQL DISPATCH_LEVEL.

See Also

FddiNumberOfOpenFilterLongAddresses