TR_IS_BROADCAST sets a caller-supplied variable to a Boolean value indicating whether a given Token Ring address is a broadcast address.
VOID
TR_IS_BROADCAST(
IN PUCHAR A,
OUT PBOOLEAN R
);
Declared in Ndis.h. Include Ndis.h.
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.
TR_IS_FUNCTIONAL, TR_IS_GROUP, TR_IS_NOT_DIRECTED, TR_IS_SOURCE_ROUTING