1IS_BROADCAST_ETHER_A(9) Network device support IS_BROADCAST_ETHER_A(9)
23
4
NAME
6is_broadcast_ether_addr - Determine if the Ethernet address is
7broadcast
8
SYNOPSIS
10bool is_broadcast_ether_addr(const u8 * addr);
11
ARGUMENTS
13addr
14Pointer to a six-byte array containing the Ethernet address
15
DESCRIPTION
17Return true if the address is the broadcast address.
18
COPYRIGHT
20Kernel Hackers Manual 3.10 June 2019 IS_BROADCAST_ETHER_A(9)