table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
ETHER_ADDR_COPY(9) | Network device support | ETHER_ADDR_COPY(9) |
NAME¶
ether_addr_copy - Copy an Ethernet addressSYNOPSIS¶
void
ether_addr_copy(u8 * dst,
const u8 * src);
ARGUMENTS¶
dstPointer to a six-byte array Ethernet address
destination
src
Pointer to a six-byte array Ethernet address
source
PLEASE NOTE¶
dst & src must both be aligned to u16.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |