Copy an ethernet address
void ether_addr_copy(u8 * dst, const u8 * src);
dst
Pointer to a six-byte array Ethernet address destination
src
Pointer to a six-byte array Ethernet address source
dst & src must both be aligned to u16.