FDDI_NUMBER_OF_GLOBAL_FILTER_SHORT_ADDRESSES

UINT
    FDDI_NUMBER_OF_GLOBAL_FILTER_SHORT_ADDRESSES(
        IN PFDDI_FILTER  Filter
        );

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

Parameters

Filter
Points to a previously created and initialized filter library database.

Return Value

FDDI_NUMBER_OF_GLOBAL_FILTER_SHORT_ADDRESSES returns the number of multicast short 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

FddiNumberOfOpenFilterShortAddresses