table of contents
DEV_SET_MAC_ADDRESS(9) | Network device support | DEV_SET_MAC_ADDRESS(9) |
NAME¶
dev_set_mac_address - Change Media Access Control Address
SYNOPSIS¶
int dev_set_mac_address(struct net_device * dev, struct sockaddr * sa);
ARGUMENTS¶
dev
device
sa
new address
DESCRIPTION¶
Change the hardware (MAC) address of the device
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |