FDDI_IS_BROADCAST

VOID
    FDDI_IS_BROADCAST(

        IN PUCHAR  Address,
        IN ULONG  AddressLength,
        OUT PBOOLEAN  Result
        );

FDDI_IS_BROADCAST sets a caller-supplied variable to a Boolean value indicating whether a given FDDI address is a broadcast address.

Parameters

Address
Points to a network address.
AddressLength
Specifies the size in bytes of the address (either 2 or 6).
Result
Points to a caller-supplied variable in which this macro returns TRUE if the given address is broadcast.

Comments

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 broadcast address applies to all stations in the extended network.

Callers of this macro can be running at any IRQL as long as the source address and supplied variable are resident.

See Also

FDDI_IS_MULTICAST