table of contents
other versions
ETHER_ADDR_COPY(9) | Network device support | ETHER_ADDR_COPY(9) |
NAME¶
ether_addr_copy - Copy an Ethernet address
SYNOPSIS¶
void ether_addr_copy(u8 * dst, const u8 * src);
ARGUMENTS¶
u8 * dst
Pointer to a six-byte array Ethernet address
destination
const u8 * src
Pointer to a six-byte array Ethernet address source
DESCRIPTION¶
Please note: dst & src must both be aligned to u16.
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |