eth_mac_addr (9) - Linux Manuals
eth_mac_addr: set new Ethernet hardware address
NAME
eth_mac_addr - set new Ethernet hardware address
SYNOPSIS
-
int eth_mac_addr(struct net_device
* dev, void* p);
ARGUMENTS
dev
-
- network device
p
- socket address
DESCRIPTION
Change hardware address of device.
This doesn't change hardware matching, so needs to be overridden for most real devices.
COPYRIGHT