FDDI_IS_SMT

VOID
    FDDI_IS_SMT(

        IN UCHAR  FcByte,
        OUT PBOOLEAN  Result
        );

FDDI_IS_SMT sets a caller-supplied variable to a Boolean value indicating whether a given FDDI frame is SMT.

Parameters

FcByte
Specifies the FC code retrieved from the packet.
Result
Points to a caller-supplied variable in which this macro returns TRUE if the given FC byte indicates an SMT frame.

Comments

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_BROADCAST, FDDI_IS_MULTICAST