1IS_UNICAST_ETHER_ADD(9) Network device support IS_UNICAST_ETHER_ADD(9)
23
4
NAME
6is_unicast_ether_addr - Determine if the Ethernet address is unicast
7
SYNOPSIS
9bool is_unicast_ether_addr(const u8 * addr);
10
ARGUMENTS
12addr
13Pointer to a six-byte array containing the Ethernet address
14
DESCRIPTION
16Return true if the address is a unicast address.
17
COPYRIGHT
19Kernel Hackers Manual 3.10 June 2019 IS_UNICAST_ETHER_ADD(9)