VOID
ETH_COPY_NETWORK_ADDRESS(
OUT PCHAR D,
IN PCHAR S
);
ETH_COPY_NETWORK_ADDRESS copies a given Ethernet address to a given location.
Callers of this macro can be running at any IRQL as long as the source and destination address pointers are resident.