BOOLEAN
FddiShouldAddressLoopBack(
IN PFDDI_FILTER Filter,
IN CHAR Address[],
IN UINT LengthOfAddress
);
FddiShouldAddressLoopBack returns FALSE if a packet bound for a given FDDI address cannot possibly loop back.
FddiShouldAddressLoopBack returns TRUE if the packet is likely to loop back. It returns FALSE if there is no chance the packet will loop back.
FddiShouldAddressLoopBack does not check whether the source address is equal to the destination address.
Callers of FddiShouldAddressLoopBack run at IRQL <= DISPATCH_LEVEL.