1IS_MULTICAST_ETHER_A(9) Network device support IS_MULTICAST_ETHER_A(9)
23
4
NAME
6is_multicast_ether_addr - Determine if the Ethernet address is a
7multicast.
8
SYNOPSIS
10int is_multicast_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 a multicast address. By definition the
18broadcast address is also a multicast address.
19
COPYRIGHT
21Kernel Hackers Manual 2.6. June 2019 IS_MULTICAST_ETHER_A(9)