VOID
FDDI_IS_MULTICAST(
IN PUCHAR Address,
IN ULONG AddressLength,
OUT PBOOLEAN Result
);
FDDI_IS_MULTICAST sets a caller-supplied variable to a Boolean value indicating whether a given FDDI address is a multicast address.
A caller can use the FDDI_LENGTH_OF_SHORT_ADDRESS and FDDI_LENGTH_OF_LONG_ADDRESS constants, corresponding to two and six bytes, respectively, as the value for AddressLength.
A multicast address applies to zero or more stations in a network and can be bridged to the extended network.
Callers of this macro can be running at any IRQL as long as the source address and supplied variable are resident.