1ETH_BROADCAST_ADDR(9) Network device support ETH_BROADCAST_ADDR(9)
23
4
NAME
6eth_broadcast_addr - Assign broadcast address
7
SYNOPSIS
9void eth_broadcast_addr(u8 * addr);
10
ARGUMENTS
12addr
13Pointer to a six-byte array containing the Ethernet address
14
DESCRIPTION
16Assign the broadcast address to the given address array.
17
COPYRIGHT
19Kernel Hackers Manual 2.6. June 2019 ETH_BROADCAST_ADDR(9)