table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
ETH_HW_ADDR_INHERIT(9) | Network device support | ETH_HW_ADDR_INHERIT(9) |
NAME¶
eth_hw_addr_inherit - Copy dev_addr from another net_deviceSYNOPSIS¶
void
eth_hw_addr_inherit(struct net_device * dst,
struct net_device * src);
ARGUMENTS¶
dstpointer to net_device to copy dev_addr
to
src
pointer to net_device to copy dev_addr
from
DESCRIPTION¶
Copy the Ethernet address from one net_device to another along with the address attributes (addr_assign_type).COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |