table of contents
other versions
ETH_BROADCAST_ADDR(9) | Network device support | ETH_BROADCAST_ADDR(9) |
NAME¶
eth_broadcast_addr - Assign broadcast address
SYNOPSIS¶
void eth_broadcast_addr(u8 * addr);
ARGUMENTS¶
u8 * addr
Pointer to a six-byte array containing the Ethernet
address
DESCRIPTION¶
Assign the broadcast address to the given address array.
COPYRIGHT¶
June 2017 | Kernel Hackers Manual 4.11 |