NDIS-Supplied Media-Specific Macros (NDIS 5.1)
Note NDIS 5. x has been deprecated and is superseded by NDIS 6. x. For new NDIS driver development, see Network Drivers Starting with Windows Vista. For information about porting NDIS 5. x drivers to NDIS 6. x, see Porting NDIS 5.x Drivers to NDIS 6.0.
A miniport driver can use the following macros to perform medium-specific operations:
- ETH_COPY_NETWORK_ADDRESS
Copies a given Ethernet address to a given location.
- FDDI_IS_BROADCAST
Sets a caller-supplied variable to a Boolean value indicating whether a given FDDI address is a broadcast address.
- FDDI_IS_MULTICAST
Sets a caller-supplied variable to a Boolean value indicating whether a given FDDI address is a multicast address.
- FDDI_IS_SMT
Sets a caller-supplied variable to a Boolean value indicating whether a given FDDI frame is SMT.