ETH_COPY_NETWORK_ADDRESS

VOID
ETH_COPY_NETWORK_ADDRESS(

OUT PCHAR D,
IN PCHAR S
);

ETH_COPY_NETWORK_ADDRESS copies a given Ethernet address to a given location.

Parameters

D

Points to a caller-supplied varible to which this function copies the source address.

S

Points to the source address.

Comments

Callers of this macro can be running at any IRQL as long as the source and destination address pointers are resident.