centos man page for dev_set_mac_address

Query: dev_set_mac_address

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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
Kernel Hackers Manual 3.10 June 2014 DEV_SET_MAC_ADDRESS(9)
Related Man Pages
device_create_with_groups(9) - centos
struct_bus_type(9) - centos
struct_ff_device(9) - centos
struct_i2c_board_info(9) - centos
struct_rio_dev(9) - centos
Similar Topics in the Unix Linux Community
Why cannot only the "rtl8139_rx" function be setted breakpoint on whereas the others can?