1IS_ZERO_ETHER_ADDR(9) Network device support IS_ZERO_ETHER_ADDR(9)
23
4
NAME
6is_zero_ether_addr - Determine if give Ethernet address is all zeros.
7
SYNOPSIS
9bool is_zero_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 all zeroes.
17
COPYRIGHT
19Kernel Hackers Manual 3.10 June 2019 IS_ZERO_ETHER_ADDR(9)